Html Css Color HEX #AB1C1E Guardsman Red

📋 copy color: '#AB1C1E'

red 171 ◦ green 28 ◦ blue 30

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

Shades of Guardsman Red #AB1C1E

Tints of Guardsman Red #AB1C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.23%

 BLUE value IS 30 (12.11% from 255) = 13.1%

R = 74.67%
G = 12.23%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB1C1E (or 0xAB1C1E) is known color: Guardsman Red. HEX triplet: AB, 1C and 1E. RGB value is (171,28,30). Sum of RGB (Red+Green+Blue) = 171+28+30=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1C1E is #54E3E1. Grayscale: #474747. Windows color (decimal): -5563362 or 1973419. OLE color: 1973419.

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

Color convert

RGB 171 28 30 -
CMYK 0 0.84 0.82 0.33
HSL 359.16º 0.72% 0.39% -
HSV(B) 359.16º 0.84% 0.67% -
XYZ 17.44 9.58 2.16 -
YUV 70.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 171 28 30 0 0.84 0.82 0.33 359.16 0.72 0.39
Hex AB 1C 1E 0 54 52 21 167 48 27
Octal 253 34 36 0 124 122 41 547 110 47
Binary 10101011 11100 11110 0 1010100 1010010 100001 101100111 1001000 100111

Color Harmonies of #AB1C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C1E

Black with #AB1C1E

Text Example


Text Example

White with #AB1C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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