Html Css Color HEX #A0292D Guardsman Red

📋 copy color: '#A0292D'

red 160 ◦ green 41 ◦ blue 45

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

Shades of Guardsman Red #A0292D

Tints of Guardsman Red #A0292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.29%

R = 65.04%
G = 16.67%
B = 18.29%

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

#A0292D (or 0xA0292D) is known color: Guardsman Red. HEX triplet: A0, 29 and 2D. RGB value is (160,41,45). Sum of RGB (Red+Green+Blue) = 160+41+45=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A0292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0292D is #5FD6D2. Grayscale: #4D4D4D. Windows color (decimal): -6280915 or 2959776. OLE color: 2959776.

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

Color convert

RGB 160 41 45 -
CMYK 0 0.74 0.72 0.37
HSL 357.98º 0.59% 0.39% -
HSV(B) 357.98º 0.74% 0.63% -
XYZ 15.76 9.25 3.44 -
YUV 77.04 109.92 187.17 -
System Red Green Blue C M Y K H S L
Decimal 160 41 45 0 0.74 0.72 0.37 357.98 0.59 0.39
Hex A0 29 2D 0 4A 48 25 166 3B 27
Octal 240 51 55 0 112 110 45 546 73 47
Binary 10100000 101001 101101 0 1001010 1001000 100101 101100110 111011 100111

Color Harmonies of #A0292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0292D

Black with #A0292D

Text Example


Text Example

White with #A0292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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