#A2333C

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

Shades of Guardsman Red #A2333C

Tints of Guardsman Red #A2333C

Color information

#A2333C (or 0xA2333C) is unknown color: approx Guardsman Red. HEX triplet: A2, 33 and 3C. RGB value is (162,51,60). Sum of RGB (Red+Green+Blue) = 162+51+60=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2333C is #5DCCC3. Grayscale: #555555. Windows color (decimal): -6147268 or 3945378. OLE color: 3945378.

HSL color Cylindrical-coordinate representation of color #A2333C: hue angle of 355.14º 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 #A2333C is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1625160-
CMYK00.690.630.36
HSL355.14º52.11%41.76%-
HSV(B)355.14º68.52%63.53%-
XYZ16.910.385.39-
YUV85.22113.77182.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 60 (23.83% from 255) = 21.98%
R=59.34%
G=18.68%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162516000.690.630.36355.1452.1141.76
HexA2333C0453F24163342a
Octal2426374010577445436452
Binary1010001011001111110001000101111111100100101100011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2333C; }

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

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

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

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

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

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

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

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