#A23335

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

Shades of Guardsman Red #A23335

Tints of Guardsman Red #A23335

Color information

#A23335 (or 0xA23335) is unknown color: approx Guardsman Red. HEX triplet: A2, 33 and 35. RGB value is (162,51,53). Sum of RGB (Red+Green+Blue) = 162+51+53=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A23335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23335 is #5DCCCA. Grayscale: #545454. Windows color (decimal): -6147275 or 3486626. OLE color: 3486626.

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

Color convert

RGB1625153-
CMYK00.690.670.36
HSL358.92º52.11%41.76%-
HSV(B)358.92º68.52%63.53%-
XYZ16.7310.314.48-
YUV84.42110.27183.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 53 (21.09% from 255) = 19.92%
R=60.90%
G=19.17%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162515300.690.670.36358.9252.1141.76
HexA233350454324167342a
Octal24263650105103445476452
Binary10100010110011110101010001011000011100100101100111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23335; }

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

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

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

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

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

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

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

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