Html Css Color HEX #AB1E24 Guardsman Red

📋 copy color: '#AB1E24'

red 171 ◦ green 30 ◦ blue 36

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

Shades of Guardsman Red #AB1E24

Tints of Guardsman Red #AB1E24

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.66%

 BLUE value IS 36 (14.45% from 255) = 15.19%

R = 72.15%
G = 12.66%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB1E24 (or 0xAB1E24) is known color: Guardsman Red. HEX triplet: AB, 1E and 24. RGB value is (171,30,36). Sum of RGB (Red+Green+Blue) = 171+30+36=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1E24 is #54E1DB. Grayscale: #484848. Windows color (decimal): -5562844 or 2367147. OLE color: 2367147.

HSL color Cylindrical-coordinate representation of color #AB1E24: hue angle of 357.45º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1E24 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 30 36 -
CMYK 0 0.82 0.79 0.33
HSL 357.45º 0.7% 0.39% -
HSV(B) 357.45º 0.82% 0.67% -
XYZ 17.58 9.71 2.62 -
YUV 72.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 171 30 36 0 0.82 0.79 0.33 357.45 0.7 0.39
Hex AB 1E 24 0 52 4F 21 165 46 27
Octal 253 36 44 0 122 117 41 545 106 47
Binary 10101011 11110 100100 0 1010010 1001111 100001 101100101 1000110 100111

Color Harmonies of #AB1E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1E24

Black with #AB1E24

Text Example


Text Example

White with #AB1E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1E24; }

 p { color: rgb(171,30,36); }

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

background-color css

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

 a { background-color: rgb(171,30,36); }

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

border-color css

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

 span { border-color: rgb(171,30,36); }

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