#A62425

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

Shades of Guardsman Red #A62425

Tints of Guardsman Red #A62425

Color information

#A62425 (or 0xA62425) is unknown color: approx Guardsman Red. HEX triplet: A6, 24 and 25. RGB value is (166,36,37). Sum of RGB (Red+Green+Blue) = 166+36+37=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A62425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62425 is #59DBDA. Grayscale: #4B4B4B. Windows color (decimal): -5888987 or 2434214. OLE color: 2434214.

HSL color Cylindrical-coordinate representation of color #A62425: hue angle of 359.54º 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 #A62425 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB1663637-
CMYK00.780.780.35
HSL359.54º64.36%39.61%-
HSV(B)359.54º78.31%65.1%-
XYZ16.699.52.7-
YUV74.98106.57192.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 69.46%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=69.46%
G=15.06%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166363700.780.780.35359.5464.3639.61
HexA6242504E4E231684028
Octal246444501161164355010050
Binary101001101001001001010100111010011101000111011010001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62425; }

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

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

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

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

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

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

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

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