Html Css Color HEX #A02B2C Guardsman Red

📋 copy color: '#A02B2C'

red 160 ◦ green 43 ◦ blue 44

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

Shades of Guardsman Red #A02B2C

Tints of Guardsman Red #A02B2C

RGB

 RED value IS 160 (62.89% from 255) = 64.78%

 GREEN value IS 43 (17.19% from 255) = 17.41%

 BLUE value IS 44 (17.58% from 255) = 17.81%

R = 64.78%
G = 17.41%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A02B2C (or 0xA02B2C) is known color: Guardsman Red. HEX triplet: A0, 2B and 2C. RGB value is (160,43,44). Sum of RGB (Red+Green+Blue) = 160+43+44=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02B2C is #5FD4D3. Grayscale: #4E4E4E. Windows color (decimal): -6280404 or 2894752. OLE color: 2894752.

HSL color Cylindrical-coordinate representation of color #A02B2C: hue angle of 359.49º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02B2C is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 43 44 -
CMYK 0 0.73 0.72 0.37
HSL 359.49º 0.58% 0.4% -
HSV(B) 359.49º 0.73% 0.63% -
XYZ 15.82 9.38 3.36 -
YUV 78.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 160 43 44 0 0.73 0.72 0.37 359.49 0.58 0.4
Hex A0 2B 2C 0 49 48 25 167 3A 28
Octal 240 53 54 0 111 110 45 547 72 50
Binary 10100000 101011 101100 0 1001001 1001000 100101 101100111 111010 101000

Color Harmonies of #A02B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02B2C

Black with #A02B2C

Text Example


Text Example

White with #A02B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02B2C; }

 p { color: rgb(160,43,44); }

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

background-color css

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

 a { background-color: rgb(160,43,44); }

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

border-color css

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

 span { border-color: rgb(160,43,44); }

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