#A02B34

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

Shades of Guardsman Red #A02B34

Tints of Guardsman Red #A02B34

Color information

#A02B34 (or 0xA02B34) is unknown color: approx Guardsman Red. HEX triplet: A0, 2B and 34. RGB value is (160,43,52). Sum of RGB (Red+Green+Blue) = 160+43+52=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02B34 is #5FD4CB. Grayscale: #4F4F4F. Windows color (decimal): -6280396 or 3419040. OLE color: 3419040.

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

Color convert

RGB1604352-
CMYK00.730.680.37
HSL355.38º57.64%39.8%-
HSV(B)355.38º73.12%62.75%-
XYZ15.989.454.23-
YUV79.01112.76185.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.75%
GREEN value IS 43 (17.19% from 255) = 16.86%
BLUE value IS 52 (20.70% from 255) = 20.39%
R=62.75%
G=16.86%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160435200.730.680.37355.3857.6439.8
HexA02B3404944251633a28
Octal24053640111104455437250
Binary10100000101011110100010010011000100100101101100011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B34; }

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

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

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

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

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

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

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

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