#A2333F

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

Shades of Guardsman Red #A2333F

Tints of Guardsman Red #A2333F

Color information

#A2333F (or 0xA2333F) is unknown color: approx Guardsman Red. HEX triplet: A2, 33 and 3F. RGB value is (162,51,63). Sum of RGB (Red+Green+Blue) = 162+51+63=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A2333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2333F is #5DCCC0. Grayscale: #555555. Windows color (decimal): -6147265 or 4141986. OLE color: 4141986.

HSL color Cylindrical-coordinate representation of color #A2333F: hue angle of 353.51º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2333F is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB1625163-
CMYK00.690.610.36
HSL353.51º52.11%41.76%-
HSV(B)353.51º68.52%63.53%-
XYZ16.9810.415.82-
YUV85.56115.27182.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.70%
GREEN value IS 51 (20.31% from 255) = 18.48%
BLUE value IS 63 (25% from 255) = 22.83%
R=58.70%
G=18.48%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162516300.690.610.36353.5152.1141.76
HexA2333F0453D24162342a
Octal2426377010575445426452
Binary1010001011001111111101000101111101100100101100010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2333F; }

 p { color: rgb(162,51,63); }

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

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

 a { background-color: rgb(162,51,63); }

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

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

 span { border-color: rgb(162,51,63); }

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