Html Css Color HEX #A02A2C Guardsman Red

📋 copy color: '#A02A2C'

red 160 ◦ green 42 ◦ blue 44

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

Shades of Guardsman Red #A02A2C

Tints of Guardsman Red #A02A2C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.07%

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

R = 65.04%
G = 17.07%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A02A2C (or 0xA02A2C) is known color: Guardsman Red. HEX triplet: A0, 2A and 2C. RGB value is (160,42,44). Sum of RGB (Red+Green+Blue) = 160+42+44=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A2C is #5FD5D3. Grayscale: #4D4D4D. Windows color (decimal): -6280660 or 2894496. OLE color: 2894496.

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

Color convert

RGB 160 42 44 -
CMYK 0 0.74 0.72 0.37
HSL 358.98º 0.58% 0.4% -
HSV(B) 358.98º 0.74% 0.63% -
XYZ 15.78 9.31 3.35 -
YUV 77.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 160 42 44 0 0.74 0.72 0.37 358.98 0.58 0.4
Hex A0 2A 2C 0 4A 48 25 167 3A 28
Octal 240 52 54 0 112 110 45 547 72 50
Binary 10100000 101010 101100 0 1001010 1001000 100101 101100111 111010 101000

Color Harmonies of #A02A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A2C

Black with #A02A2C

Text Example


Text Example

White with #A02A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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