Html Css Color HEX #AB212F Guardsman Red

📋 copy color: '#AB212F'

red 171 ◦ green 33 ◦ blue 47

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

Shades of Guardsman Red #AB212F

Tints of Guardsman Red #AB212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.73%

R = 68.13%
G = 13.15%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB212F (or 0xAB212F) is known color: Guardsman Red. HEX triplet: AB, 21 and 2F. RGB value is (171,33,47). Sum of RGB (Red+Green+Blue) = 171+33+47=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB212F is #54DED0. Grayscale: #4B4B4B. Windows color (decimal): -5562065 or 3088811. OLE color: 3088811.

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

Color convert

RGB 171 33 47 -
CMYK 0 0.81 0.73 0.33
HSL 353.91º 0.68% 0.4% -
HSV(B) 353.91º 0.81% 0.67% -
XYZ 17.85 9.95 3.67 -
YUV 75.86 111.72 195.86 -
System Red Green Blue C M Y K H S L
Decimal 171 33 47 0 0.81 0.73 0.33 353.91 0.68 0.4
Hex AB 21 2F 0 51 49 21 162 44 28
Octal 253 41 57 0 121 111 41 542 104 50
Binary 10101011 100001 101111 0 1010001 1001001 100001 101100010 1000100 101000

Color Harmonies of #AB212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB212F

Black with #AB212F

Text Example


Text Example

White with #AB212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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