Html Css Color HEX #AB202B Guardsman Red

📋 copy color: '#AB202B'

red 171 ◦ green 32 ◦ blue 43

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

Shades of Guardsman Red #AB202B

Tints of Guardsman Red #AB202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.48%

R = 69.51%
G = 13.01%
B = 17.48%

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

#AB202B (or 0xAB202B) is known color: Guardsman Red. HEX triplet: AB, 20 and 2B. RGB value is (171,32,43). Sum of RGB (Red+Green+Blue) = 171+32+43=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB202B is #54DFD4. Grayscale: #4A4A4A. Windows color (decimal): -5562325 or 2826411. OLE color: 2826411.

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

Color convert

RGB 171 32 43 -
CMYK 0 0.81 0.75 0.33
HSL 355.25º 0.68% 0.4% -
HSV(B) 355.25º 0.81% 0.67% -
XYZ 17.75 9.87 3.25 -
YUV 74.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 171 32 43 0 0.81 0.75 0.33 355.25 0.68 0.4
Hex AB 20 2B 0 51 4B 21 163 44 28
Octal 253 40 53 0 121 113 41 543 104 50
Binary 10101011 100000 101011 0 1010001 1001011 100001 101100011 1000100 101000

Color Harmonies of #AB202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB202B

Black with #AB202B

Text Example


Text Example

White with #AB202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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