Html Css Color HEX #A0292F Guardsman Red

📋 copy color: '#A0292F'

red 160 ◦ green 41 ◦ blue 47

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

Shades of Guardsman Red #A0292F

Tints of Guardsman Red #A0292F

RGB

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

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

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

R = 64.52%
G = 16.53%
B = 18.95%

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

#A0292F (or 0xA0292F) is known color: Guardsman Red. HEX triplet: A0, 29 and 2F. RGB value is (160,41,47). Sum of RGB (Red+Green+Blue) = 160+41+47=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A0292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0292F is #5FD6D0. Grayscale: #4D4D4D. Windows color (decimal): -6280913 or 3090848. OLE color: 3090848.

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

Color convert

RGB 160 41 47 -
CMYK 0 0.74 0.71 0.37
HSL 356.97º 0.59% 0.39% -
HSV(B) 356.97º 0.74% 0.63% -
XYZ 15.8 9.26 3.64 -
YUV 77.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 160 41 47 0 0.74 0.71 0.37 356.97 0.59 0.39
Hex A0 29 2F 0 4A 47 25 165 3B 27
Octal 240 51 57 0 112 107 45 545 73 47
Binary 10100000 101001 101111 0 1001010 1000111 100101 101100101 111011 100111

Color Harmonies of #A0292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0292F

Black with #A0292F

Text Example


Text Example

White with #A0292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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