Html Css Color HEX #A02429 Guardsman Red

📋 copy color: '#A02429'

red 160 ◦ green 36 ◦ blue 41

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

Shades of Guardsman Red #A02429

Tints of Guardsman Red #A02429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.19%

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

R = 67.51%
G = 15.19%
B = 17.3%

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

#A02429 (or 0xA02429) is known color: Guardsman Red. HEX triplet: A0, 24 and 29. RGB value is (160,36,41). Sum of RGB (Red+Green+Blue) = 160+36+41=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A02429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02429 is #5FDBD6. Grayscale: #494949. Windows color (decimal): -6282199 or 2696352. OLE color: 2696352.

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

Color convert

RGB 160 36 41 -
CMYK 0 0.78 0.74 0.37
HSL 357.58º 0.63% 0.38% -
HSV(B) 357.58º 0.78% 0.63% -
XYZ 15.53 8.9 3 -
YUV 73.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 160 36 41 0 0.78 0.74 0.37 357.58 0.63 0.38
Hex A0 24 29 0 4E 4A 25 166 3F 26
Octal 240 44 51 0 116 112 45 546 77 46
Binary 10100000 100100 101001 0 1001110 1001010 100101 101100110 111111 100110

Color Harmonies of #A02429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02429

Black with #A02429

Text Example


Text Example

White with #A02429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02429; }

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

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

background-color css

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

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

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

border-color css

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

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

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