#A42223

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

Shades of Guardsman Red #A42223

Tints of Guardsman Red #A42223

Color information

#A42223 (or 0xA42223) is unknown color: approx Guardsman Red. HEX triplet: A4, 22 and 23. RGB value is (164,34,35). Sum of RGB (Red+Green+Blue) = 164+34+35=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A42223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42223 is #5BDDDC. Grayscale: #494949. Windows color (decimal): -6020573 or 2302628. OLE color: 2302628.

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

Color convert

RGB1643435-
CMYK00.790.790.36
HSL359.54º65.66%38.82%-
HSV(B)359.54º79.27%64.31%-
XYZ16.199.162.5-
YUV72.98106.57192.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 70.39%
GREEN value IS 34 (13.67% from 255) = 14.59%
BLUE value IS 35 (14.06% from 255) = 15.02%
R=70.39%
G=14.59%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164343500.790.790.36359.5465.6638.82
HexA4222304F4F241684227
Octal244424301171174455010247
Binary101001001000101000110100111110011111001001011010001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42223; }

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

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

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

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

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

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

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

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