Html Css Color HEX #AB202D Guardsman Red

📋 copy color: '#AB202D'

red 171 ◦ green 32 ◦ blue 45

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

Shades of Guardsman Red #AB202D

Tints of Guardsman Red #AB202D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.15%

R = 68.95%
G = 12.9%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB202D (or 0xAB202D) is known color: Guardsman Red. HEX triplet: AB, 20 and 2D. RGB value is (171,32,45). Sum of RGB (Red+Green+Blue) = 171+32+45=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB202D is #54DFD2. Grayscale: #4B4B4B. Windows color (decimal): -5562323 or 2957483. OLE color: 2957483.

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

Color convert

RGB 171 32 45 -
CMYK 0 0.81 0.74 0.33
HSL 354.39º 0.68% 0.4% -
HSV(B) 354.39º 0.81% 0.67% -
XYZ 17.78 9.88 3.45 -
YUV 75.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 171 32 45 0 0.81 0.74 0.33 354.39 0.68 0.4
Hex AB 20 2D 0 51 4A 21 162 44 28
Octal 253 40 55 0 121 112 41 542 104 50
Binary 10101011 100000 101101 0 1010001 1001010 100001 101100010 1000100 101000

Color Harmonies of #AB202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB202D

Black with #AB202D

Text Example


Text Example

White with #AB202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB202D; }

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

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

background-color css

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

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

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

border-color css

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

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

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