Html Css Color HEX #AB2125 Guardsman Red

📋 copy color: '#AB2125'

red 171 ◦ green 33 ◦ blue 37

#AB2125
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #AB2125

Tints of Guardsman Red #AB2125

RGB

 RED value IS 171 (67.19% from 255) = 70.95%

 GREEN value IS 33 (13.28% from 255) = 13.69%

 BLUE value IS 37 (14.84% from 255) = 15.35%

R = 70.95%
G = 13.69%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB2125 (or 0xAB2125) is known color: Guardsman Red. HEX triplet: AB, 21 and 25. RGB value is (171,33,37). Sum of RGB (Red+Green+Blue) = 171+33+37=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2125 is #54DEDA. Grayscale: #4A4A4A. Windows color (decimal): -5562075 or 2433451. OLE color: 2433451.

HSL color Cylindrical-coordinate representation of color #AB2125: hue angle of 358.26º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2125 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 33 37 -
CMYK 0 0.81 0.78 0.33
HSL 358.26º 0.68% 0.4% -
HSV(B) 358.26º 0.81% 0.67% -
XYZ 17.67 9.88 2.73 -
YUV 74.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 171 33 37 0 0.81 0.78 0.33 358.26 0.68 0.4
Hex AB 21 25 0 51 4E 21 166 44 28
Octal 253 41 45 0 121 116 41 546 104 50
Binary 10101011 100001 100101 0 1010001 1001110 100001 101100110 1000100 101000

Color Harmonies of #AB2125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2125

Black with #AB2125

Text Example


Text Example

White with #AB2125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2125; }

 p { color: rgb(171,33,37); }

 H1.HeaderClassName
 {
   color: #AB2125;
 }
 .AnyTagClassName
 {
   color: #AB2125;
 }
</style>

background-color css

<style>
 a { background-color: #AB2125; }

 a { background-color: rgb(171,33,37); }

 div.DivClassName
 {
   background-color: #AB2125;
 }
 .BgClassName
 {
   background-color: #AB2125;
 }
</style>

border-color css

<style>
 span { border-color: #AB2125; }

 span { border-color: rgb(171,33,37); }

 td.TdClassName
 {
   border-color: #AB2125;
 }
 .TagClassName
 {
   border-color: #AB2125;
 }
</style>