#A02D3B

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

Shades of Guardsman Red #A02D3B

Tints of Guardsman Red #A02D3B

Color information

#A02D3B (or 0xA02D3B) is unknown color: approx Guardsman Red. HEX triplet: A0, 2D and 3B. RGB value is (160,45,59). Sum of RGB (Red+Green+Blue) = 160+45+59=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02D3B is #5FD2C4. Grayscale: #515151. Windows color (decimal): -6279877 or 3878304. OLE color: 3878304.

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

Color convert

RGB1604559-
CMYK00.720.630.37
HSL352.7º56.1%40.2%-
HSV(B)352.7º71.88%62.75%-
XYZ16.239.675.15-
YUV80.98115.6184.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.61%
GREEN value IS 45 (17.97% from 255) = 17.05%
BLUE value IS 59 (23.44% from 255) = 22.35%
R=60.61%
G=17.05%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160455900.720.630.37352.756.140.2
HexA02D3B0483F251613828
Octal2405573011077455417050
Binary1010000010110111101101001000111111100101101100001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02D3B; }

 p { color: rgb(160,45,59); }

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

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

 a { background-color: rgb(160,45,59); }

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

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

 span { border-color: rgb(160,45,59); }

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