Html Css Color HEX #A02C40 Guardsman Red

📋 copy color: '#A02C40'

red 160 ◦ green 44 ◦ blue 64

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

Shades of Guardsman Red #A02C40

Tints of Guardsman Red #A02C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 59.7%
G = 16.42%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A02C40 (or 0xA02C40) is known color: Guardsman Red. HEX triplet: A0, 2C and 40. RGB value is (160,44,64). Sum of RGB (Red+Green+Blue) = 160+44+64=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02C40 is #5FD3BF. Grayscale: #515151. Windows color (decimal): -6280128 or 4205728. OLE color: 4205728.

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

Color convert

RGB 160 44 64 -
CMYK 0 0.72 0.6 0.37
HSL 349.66º 0.57% 0.4% -
HSV(B) 349.66º 0.73% 0.63% -
XYZ 16.32 9.65 5.85 -
YUV 80.96 118.43 184.37 -
System Red Green Blue C M Y K H S L
Decimal 160 44 64 0 0.72 0.6 0.37 349.66 0.57 0.4
Hex A0 2C 40 0 48 3C 25 15E 39 28
Octal 240 54 100 0 110 74 45 536 71 50
Binary 10100000 101100 1000000 0 1001000 111100 100101 101011110 111001 101000

Color Harmonies of #A02C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C40

Black with #A02C40

Text Example


Text Example

White with #A02C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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