Html Css Color HEX #A02329 Guardsman Red

📋 copy color: '#A02329'

red 160 ◦ green 35 ◦ blue 41

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

Shades of Guardsman Red #A02329

Tints of Guardsman Red #A02329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.83%

 BLUE value IS 41 (16.41% from 255) = 17.37%

R = 67.8%
G = 14.83%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A02329 (or 0xA02329) is known color: Guardsman Red. HEX triplet: A0, 23 and 29. RGB value is (160,35,41). Sum of RGB (Red+Green+Blue) = 160+35+41=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A02329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02329 is #5FDCD6. Grayscale: #494949. Windows color (decimal): -6282455 or 2696096. OLE color: 2696096.

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

Color convert

RGB 160 35 41 -
CMYK 0 0.78 0.74 0.37
HSL 357.12º 0.64% 0.38% -
HSV(B) 357.12º 0.78% 0.63% -
XYZ 15.5 8.84 2.99 -
YUV 73.06 109.91 190.01 -
System Red Green Blue C M Y K H S L
Decimal 160 35 41 0 0.78 0.74 0.37 357.12 0.64 0.38
Hex A0 23 29 0 4E 4A 25 165 40 26
Octal 240 43 51 0 116 112 45 545 100 46
Binary 10100000 100011 101001 0 1001110 1001010 100101 101100101 1000000 100110

Color Harmonies of #A02329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02329

Black with #A02329

Text Example


Text Example

White with #A02329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02329; }

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

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

background-color css

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

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

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

border-color css

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

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

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