Html Css Color HEX #A02A2E Guardsman Red

📋 copy color: '#A02A2E'

red 160 ◦ green 42 ◦ blue 46

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

Shades of Guardsman Red #A02A2E

Tints of Guardsman Red #A02A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.55%

R = 64.52%
G = 16.94%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A02A2E (or 0xA02A2E) is known color: Guardsman Red. HEX triplet: A0, 2A and 2E. RGB value is (160,42,46). Sum of RGB (Red+Green+Blue) = 160+42+46=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A2E is #5FD5D1. Grayscale: #4D4D4D. Windows color (decimal): -6280658 or 3025568. OLE color: 3025568.

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

Color convert

RGB 160 42 46 -
CMYK 0 0.74 0.71 0.37
HSL 357.97º 0.58% 0.4% -
HSV(B) 357.97º 0.74% 0.63% -
XYZ 15.82 9.33 3.55 -
YUV 77.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 160 42 46 0 0.74 0.71 0.37 357.97 0.58 0.4
Hex A0 2A 2E 0 4A 47 25 166 3A 28
Octal 240 52 56 0 112 107 45 546 72 50
Binary 10100000 101010 101110 0 1001010 1000111 100101 101100110 111010 101000

Color Harmonies of #A02A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A2E

Black with #A02A2E

Text Example


Text Example

White with #A02A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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