#A2333A

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

Shades of Guardsman Red #A2333A

Tints of Guardsman Red #A2333A

Color information

#A2333A (or 0xA2333A) is unknown color: approx Guardsman Red. HEX triplet: A2, 33 and 3A. RGB value is (162,51,58). Sum of RGB (Red+Green+Blue) = 162+51+58=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A2333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2333A is #5DCCC5. Grayscale: #555555. Windows color (decimal): -6147270 or 3814306. OLE color: 3814306.

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

Color convert

RGB1625158-
CMYK00.690.640.36
HSL356.22º52.11%41.76%-
HSV(B)356.22º68.52%63.53%-
XYZ16.8510.355.11-
YUV84.99112.77182.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.78%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=59.78%
G=18.82%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162515800.690.640.36356.2252.1141.76
HexA2333A0454024164342a
Octal24263720105100445446452
Binary10100010110011111010010001011000000100100101100100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2333A; }

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

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

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

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

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

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

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

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