#A62530

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

Shades of Guardsman Red #A62530

Tints of Guardsman Red #A62530

Color information

#A62530 (or 0xA62530) is unknown color: approx Guardsman Red. HEX triplet: A6, 25 and 30. RGB value is (166,37,48). Sum of RGB (Red+Green+Blue) = 166+37+48=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A62530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62530 is #59DACF. Grayscale: #4C4C4C. Windows color (decimal): -5888720 or 3155366. OLE color: 3155366.

HSL color Cylindrical-coordinate representation of color #A62530: hue angle of 354.88º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62530 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB1663748-
CMYK00.780.710.35
HSL354.88º63.55%39.8%-
HSV(B)354.88º77.71%65.1%-
XYZ16.929.643.77-
YUV76.82111.74191.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 66.14%
GREEN value IS 37 (14.84% from 255) = 14.74%
BLUE value IS 48 (19.14% from 255) = 19.12%
R=66.14%
G=14.74%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166374800.780.710.35354.8863.5539.8
HexA6253004E47231634028
Octal246456001161074354310050
Binary101001101001011100000100111010001111000111011000111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62530; }

 p { color: rgb(166,37,48); }

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

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

 a { background-color: rgb(166,37,48); }

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

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

 span { border-color: rgb(166,37,48); }

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