Html Css Color HEX #AB1B1E Guardsman Red

📋 copy color: '#AB1B1E'

red 171 ◦ green 27 ◦ blue 30

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

Shades of Guardsman Red #AB1B1E

Tints of Guardsman Red #AB1B1E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.84%

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

R = 75%
G = 11.84%
B = 13.16%

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

#AB1B1E (or 0xAB1B1E) is known color: Guardsman Red. HEX triplet: AB, 1B and 1E. RGB value is (171,27,30). Sum of RGB (Red+Green+Blue) = 171+27+30=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1B1E is #54E4E1. Grayscale: #464646. Windows color (decimal): -5563618 or 1973163. OLE color: 1973163.

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

Color convert

RGB 171 27 30 -
CMYK 0 0.84 0.82 0.33
HSL 358.75º 0.73% 0.39% -
HSV(B) 358.75º 0.84% 0.67% -
XYZ 17.42 9.54 2.15 -
YUV 70.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 171 27 30 0 0.84 0.82 0.33 358.75 0.73 0.39
Hex AB 1B 1E 0 54 52 21 167 49 27
Octal 253 33 36 0 124 122 41 547 111 47
Binary 10101011 11011 11110 0 1010100 1010010 100001 101100111 1001001 100111

Color Harmonies of #AB1B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1B1E

Black with #AB1B1E

Text Example


Text Example

White with #AB1B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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