Html Css Color HEX #AB202F Guardsman Red

📋 copy color: '#AB202F'

red 171 ◦ green 32 ◦ blue 47

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

Shades of Guardsman Red #AB202F

Tints of Guardsman Red #AB202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.8%

R = 68.4%
G = 12.8%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB202F (or 0xAB202F) is known color: Guardsman Red. HEX triplet: AB, 20 and 2F. RGB value is (171,32,47). Sum of RGB (Red+Green+Blue) = 171+32+47=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB202F is #54DFD0. Grayscale: #4B4B4B. Windows color (decimal): -5562321 or 3088555. OLE color: 3088555.

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

Color convert

RGB 171 32 47 -
CMYK 0 0.81 0.73 0.33
HSL 353.53º 0.68% 0.4% -
HSV(B) 353.53º 0.81% 0.67% -
XYZ 17.82 9.9 3.66 -
YUV 75.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 171 32 47 0 0.81 0.73 0.33 353.53 0.68 0.4
Hex AB 20 2F 0 51 49 21 162 44 28
Octal 253 40 57 0 121 111 41 542 104 50
Binary 10101011 100000 101111 0 1010001 1001001 100001 101100010 1000100 101000

Color Harmonies of #AB202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB202F

Black with #AB202F

Text Example


Text Example

White with #AB202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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