#A23338

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

Shades of Guardsman Red #A23338

Tints of Guardsman Red #A23338

Color information

#A23338 (or 0xA23338) is unknown color: approx Guardsman Red. HEX triplet: A2, 33 and 38. RGB value is (162,51,56). Sum of RGB (Red+Green+Blue) = 162+51+56=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A23338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23338 is #5DCCC7. Grayscale: #545454. Windows color (decimal): -6147272 or 3683234. OLE color: 3683234.

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

Color convert

RGB1625156-
CMYK00.690.650.36
HSL357.3º52.11%41.76%-
HSV(B)357.3º68.52%63.53%-
XYZ16.810.334.85-
YUV84.76111.77183.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.22%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 56 (22.27% from 255) = 20.82%
R=60.22%
G=18.96%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162515600.690.650.36357.352.1141.76
HexA233380454124165342a
Octal24263700105101445456452
Binary10100010110011111000010001011000001100100101100101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23338; }

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

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

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

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

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

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

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

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