#A02930

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

Shades of Guardsman Red #A02930

Tints of Guardsman Red #A02930

Color information

#A02930 (or 0xA02930) is unknown color: approx Guardsman Red. HEX triplet: A0, 29 and 30. RGB value is (160,41,48). Sum of RGB (Red+Green+Blue) = 160+41+48=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A02930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02930 is #5FD6CF. Grayscale: #4D4D4D. Windows color (decimal): -6280912 or 3156384. OLE color: 3156384.

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

Color convert

RGB1604148-
CMYK00.740.700.37
HSL356.47º59.2%39.41%-
HSV(B)356.47º74.37%62.75%-
XYZ15.829.273.75-
YUV77.38111.42186.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.26%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 48 (19.14% from 255) = 19.28%
R=64.26%
G=16.47%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160414800.740.700.37356.4759.239.41
HexA0293004A46251643b27
Octal24051600112106455447347
Binary10100000101001110000010010101000110100101101100100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02930; }

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

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

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

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

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

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

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

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