Html Css Color HEX #A02C41 Guardsman Red

📋 copy color: '#A02C41'

red 160 ◦ green 44 ◦ blue 65

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

Shades of Guardsman Red #A02C41

Tints of Guardsman Red #A02C41

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.36%

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 59.48%
G = 16.36%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A02C41 (or 0xA02C41) is known color: Guardsman Red. HEX triplet: A0, 2C and 41. RGB value is (160,44,65). Sum of RGB (Red+Green+Blue) = 160+44+65=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02C41 is #5FD3BE. Grayscale: #515151. Windows color (decimal): -6280127 or 4271264. OLE color: 4271264.

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

Color convert

RGB 160 44 65 -
CMYK 0 0.72 0.59 0.37
HSL 349.14º 0.57% 0.4% -
HSV(B) 349.14º 0.73% 0.63% -
XYZ 16.35 9.66 6 -
YUV 81.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 160 44 65 0 0.72 0.59 0.37 349.14 0.57 0.4
Hex A0 2C 41 0 48 3B 25 15D 39 28
Octal 240 54 101 0 110 73 45 535 71 50
Binary 10100000 101100 1000001 0 1001000 111011 100101 101011101 111001 101000

Color Harmonies of #A02C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C41

Black with #A02C41

Text Example


Text Example

White with #A02C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C41; }

 p { color: rgb(160,44,65); }

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

background-color css

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

 a { background-color: rgb(160,44,65); }

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

border-color css

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

 span { border-color: rgb(160,44,65); }

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