#A02D2F

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

Shades of Guardsman Red #A02D2F

Tints of Guardsman Red #A02D2F

Color information

#A02D2F (or 0xA02D2F) is unknown color: approx Guardsman Red. HEX triplet: A0, 2D and 2F. RGB value is (160,45,47). Sum of RGB (Red+Green+Blue) = 160+45+47=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02D2F is #5FD2D0. Grayscale: #4F4F4F. Windows color (decimal): -6279889 or 3091872. OLE color: 3091872.

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

Color convert

RGB1604547-
CMYK00.720.710.37
HSL358.96º56.1%40.2%-
HSV(B)358.96º71.88%62.75%-
XYZ15.959.563.69-
YUV79.61109.6185.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.49%
GREEN value IS 45 (17.97% from 255) = 17.86%
BLUE value IS 47 (18.75% from 255) = 18.65%
R=63.49%
G=17.86%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160454700.720.710.37358.9656.140.2
HexA02D2F04847251673828
Octal24055570110107455477050
Binary10100000101101101111010010001000111100101101100111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02D2F; }

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

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

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

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

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

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

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

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