Html Css Color HEX #AB212C Guardsman Red

📋 copy color: '#AB212C'

red 171 ◦ green 33 ◦ blue 44

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

Shades of Guardsman Red #AB212C

Tints of Guardsman Red #AB212C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.74%

R = 68.95%
G = 13.31%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB212C (or 0xAB212C) is known color: Guardsman Red. HEX triplet: AB, 21 and 2C. RGB value is (171,33,44). Sum of RGB (Red+Green+Blue) = 171+33+44=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB212C is #54DED3. Grayscale: #4B4B4B. Windows color (decimal): -5562068 or 2892203. OLE color: 2892203.

HSL color Cylindrical-coordinate representation of color #AB212C: hue angle of 355.22º 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 #AB212C is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 33 44 -
CMYK 0 0.81 0.74 0.33
HSL 355.22º 0.68% 0.4% -
HSV(B) 355.22º 0.81% 0.67% -
XYZ 17.79 9.93 3.36 -
YUV 75.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 171 33 44 0 0.81 0.74 0.33 355.22 0.68 0.4
Hex AB 21 2C 0 51 4A 21 163 44 28
Octal 253 41 54 0 121 112 41 543 104 50
Binary 10101011 100001 101100 0 1010001 1001010 100001 101100011 1000100 101000

Color Harmonies of #AB212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB212C

Black with #AB212C

Text Example


Text Example

White with #AB212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB212C; }

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

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

background-color css

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

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

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

border-color css

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

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

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