#A02F30

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

Shades of Guardsman Red #A02F30

Tints of Guardsman Red #A02F30

Color information

#A02F30 (or 0xA02F30) is unknown color: approx Guardsman Red. HEX triplet: A0, 2F and 30. RGB value is (160,47,48). Sum of RGB (Red+Green+Blue) = 160+47+48=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02F30 is #5FD0CF. Grayscale: #515151. Windows color (decimal): -6279376 or 3157920. OLE color: 3157920.

HSL color Cylindrical-coordinate representation of color #A02F30: hue angle of 359.47º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02F30 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB1604748-
CMYK00.710.700.37
HSL359.47º54.59%40.59%-
HSV(B)359.47º70.63%62.75%-
XYZ16.059.723.83-
YUV80.9109.44184.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.75%
GREEN value IS 47 (18.75% from 255) = 18.43%
BLUE value IS 48 (19.14% from 255) = 18.82%
R=62.75%
G=18.43%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160474800.710.700.37359.4754.5940.59
HexA02F3004746251673729
Octal24057600107106455476751
Binary10100000101111110000010001111000110100101101100111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02F30; }

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

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

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

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

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

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

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

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