Html Css Color HEX #AB202A Guardsman Red

📋 copy color: '#AB202A'

red 171 ◦ green 32 ◦ blue 42

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

Shades of Guardsman Red #AB202A

Tints of Guardsman Red #AB202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.06%

 BLUE value IS 42 (16.8% from 255) = 17.14%

R = 69.8%
G = 13.06%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB202A (or 0xAB202A) is known color: Guardsman Red. HEX triplet: AB, 20 and 2A. RGB value is (171,32,42). Sum of RGB (Red+Green+Blue) = 171+32+42=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB202A is #54DFD5. Grayscale: #4A4A4A. Windows color (decimal): -5562326 or 2760875. OLE color: 2760875.

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

Color convert

RGB 171 32 42 -
CMYK 0 0.81 0.75 0.33
HSL 355.68º 0.68% 0.4% -
HSV(B) 355.68º 0.81% 0.67% -
XYZ 17.73 9.86 3.16 -
YUV 74.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 171 32 42 0 0.81 0.75 0.33 355.68 0.68 0.4
Hex AB 20 2A 0 51 4B 21 164 44 28
Octal 253 40 52 0 121 113 41 544 104 50
Binary 10101011 100000 101010 0 1010001 1001011 100001 101100100 1000100 101000

Color Harmonies of #AB202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB202A

Black with #AB202A

Text Example


Text Example

White with #AB202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB202A; }

 p { color: rgb(171,32,42); }

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

background-color css

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

 a { background-color: rgb(171,32,42); }

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

border-color css

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

 span { border-color: rgb(171,32,42); }

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