Html Css Color HEX #AB1A1E Guardsman Red

📋 copy color: '#AB1A1E'

red 171 ◦ green 26 ◦ blue 30

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

Shades of Guardsman Red #AB1A1E

Tints of Guardsman Red #AB1A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.45%

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

R = 75.33%
G = 11.45%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB1A1E (or 0xAB1A1E) is known color: Guardsman Red. HEX triplet: AB, 1A and 1E. RGB value is (171,26,30). Sum of RGB (Red+Green+Blue) = 171+26+30=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1A1E is #54E5E1. Grayscale: #454545. Windows color (decimal): -5563874 or 1972907. OLE color: 1972907.

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

Color convert

RGB 171 26 30 -
CMYK 0 0.85 0.82 0.33
HSL 358.34º 0.74% 0.39% -
HSV(B) 358.34º 0.85% 0.67% -
XYZ 17.4 9.49 2.14 -
YUV 69.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 171 26 30 0 0.85 0.82 0.33 358.34 0.74 0.39
Hex AB 1A 1E 0 55 52 21 166 4A 27
Octal 253 32 36 0 125 122 41 546 112 47
Binary 10101011 11010 11110 0 1010101 1010010 100001 101100110 1001010 100111

Color Harmonies of #AB1A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A1E

Black with #AB1A1E

Text Example


Text Example

White with #AB1A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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