Html Css Color HEX #AB1C1F Guardsman Red

📋 copy color: '#AB1C1F'

red 171 ◦ green 28 ◦ blue 31

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

Shades of Guardsman Red #AB1C1F

Tints of Guardsman Red #AB1C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.48%

R = 74.35%
G = 12.17%
B = 13.48%

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

#AB1C1F (or 0xAB1C1F) is known color: Guardsman Red. HEX triplet: AB, 1C and 1F. RGB value is (171,28,31). Sum of RGB (Red+Green+Blue) = 171+28+31=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1C1F is #54E3E0. Grayscale: #474747. Windows color (decimal): -5563361 or 2038955. OLE color: 2038955.

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

Color convert

RGB 171 28 31 -
CMYK 0 0.84 0.82 0.33
HSL 358.74º 0.72% 0.39% -
HSV(B) 358.74º 0.84% 0.67% -
XYZ 17.46 9.59 2.23 -
YUV 71.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 171 28 31 0 0.84 0.82 0.33 358.74 0.72 0.39
Hex AB 1C 1F 0 54 52 21 167 48 27
Octal 253 34 37 0 124 122 41 547 110 47
Binary 10101011 11100 11111 0 1010100 1010010 100001 101100111 1001000 100111

Color Harmonies of #AB1C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C1F

Black with #AB1C1F

Text Example


Text Example

White with #AB1C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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