#A23334

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

Shades of Guardsman Red #A23334

Tints of Guardsman Red #A23334

Color information

#A23334 (or 0xA23334) is unknown color: approx Guardsman Red. HEX triplet: A2, 33 and 34. RGB value is (162,51,52). Sum of RGB (Red+Green+Blue) = 162+51+52=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A23334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23334 is #5DCCCB. Grayscale: #545454. Windows color (decimal): -6147276 or 3421090. OLE color: 3421090.

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

Color convert

RGB1625152-
CMYK00.690.680.36
HSL359.46º52.11%41.76%-
HSV(B)359.46º68.52%63.53%-
XYZ16.710.34.36-
YUV84.3109.77183.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.13%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 52 (20.70% from 255) = 19.62%
R=61.13%
G=19.25%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162515200.690.680.36359.4652.1141.76
HexA233340454424167342a
Octal24263640105104445476452
Binary10100010110011110100010001011000100100100101100111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23334; }

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

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

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

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

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

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

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

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