#A02B39

Color #A02B39 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #A02B39

Tints of Guardsman Red #A02B39

Color information

#A02B39 (or 0xA02B39) is unknown color: approx Guardsman Red. HEX triplet: A0, 2B and 39. RGB value is (160,43,57). Sum of RGB (Red+Green+Blue) = 160+43+57=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02B39 is #5FD4C6. Grayscale: #4F4F4F. Windows color (decimal): -6280391 or 3746720. OLE color: 3746720.

HSL color Cylindrical-coordinate representation of color #A02B39: hue angle of 352.82º degrees, saturation: 0.58, 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 #A02B39 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB1604357-
CMYK00.730.640.37
HSL352.82º57.64%39.8%-
HSV(B)352.82º73.12%62.75%-
XYZ16.19.54.86-
YUV79.58115.26185.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.54%
GREEN value IS 43 (17.19% from 255) = 16.54%
BLUE value IS 57 (22.66% from 255) = 21.92%
R=61.54%
G=16.54%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160435700.730.640.37352.8257.6439.8
HexA02B3904940251613a28
Octal24053710111100455417250
Binary10100000101011111001010010011000000100101101100001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B39; }

 p { color: rgb(160,43,57); }

 H1.HeaderClassName
 {
   color: #A02B39;
 }
 .AnyTagClassName
 {
   color: #A02B39;
 }
</style>
background-color css

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

 a { background-color: rgb(160,43,57); }

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

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

 span { border-color: rgb(160,43,57); }

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