Html Css Color HEX #A0292A Guardsman Red

📋 copy color: '#A0292A'

red 160 ◦ green 41 ◦ blue 42

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

Shades of Guardsman Red #A0292A

Tints of Guardsman Red #A0292A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.87%

 BLUE value IS 42 (16.8% from 255) = 17.28%

R = 65.84%
G = 16.87%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0292A (or 0xA0292A) is known color: Guardsman Red. HEX triplet: A0, 29 and 2A. RGB value is (160,41,42). Sum of RGB (Red+Green+Blue) = 160+41+42=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A0292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0292A is #5FD6D5. Grayscale: #4C4C4C. Windows color (decimal): -6280918 or 2763168. OLE color: 2763168.

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

Color convert

RGB 160 41 42 -
CMYK 0 0.74 0.74 0.37
HSL 359.5º 0.59% 0.39% -
HSV(B) 359.5º 0.74% 0.63% -
XYZ 15.71 9.23 3.14 -
YUV 76.7 108.42 187.42 -
System Red Green Blue C M Y K H S L
Decimal 160 41 42 0 0.74 0.74 0.37 359.5 0.59 0.39
Hex A0 29 2A 0 4A 4A 25 167 3B 27
Octal 240 51 52 0 112 112 45 547 73 47
Binary 10100000 101001 101010 0 1001010 1001010 100101 101100111 111011 100111

Color Harmonies of #A0292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0292A

Black with #A0292A

Text Example


Text Example

White with #A0292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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