#A62223

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

Shades of Guardsman Red #A62223

Tints of Guardsman Red #A62223

Color information

#A62223 (or 0xA62223) is unknown color: approx Guardsman Red. HEX triplet: A6, 22 and 23. RGB value is (166,34,35). Sum of RGB (Red+Green+Blue) = 166+34+35=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A62223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62223 is #59DDDC. Grayscale: #494949. Windows color (decimal): -5889501 or 2302630. OLE color: 2302630.

HSL color Cylindrical-coordinate representation of color #A62223: hue angle of 359.55º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62223 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB1663435-
CMYK00.800.790.35
HSL359.55º66%39.22%-
HSV(B)359.55º79.52%65.1%-
XYZ16.69.372.52-
YUV73.58106.23193.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.64%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 35 (14.06% from 255) = 14.89%
R=70.64%
G=14.47%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166343500.800.790.35359.556639.22
HexA622230504F231684227
Octal246424301201174355010247
Binary101001101000101000110101000010011111000111011010001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62223; }

 p { color: rgb(166,34,35); }

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

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

 a { background-color: rgb(166,34,35); }

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

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

 span { border-color: rgb(166,34,35); }

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