#A22F30

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

Shades of Guardsman Red #A22F30

Tints of Guardsman Red #A22F30

Color information

#A22F30 (or 0xA22F30) is unknown color: approx Guardsman Red. HEX triplet: A2, 2F and 30. RGB value is (162,47,48). Sum of RGB (Red+Green+Blue) = 162+47+48=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22F30 is #5DD0CF. Grayscale: #515151. Windows color (decimal): -6148304 or 3157922. OLE color: 3157922.

HSL color Cylindrical-coordinate representation of color #A22F30: hue angle of 359.48º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A22F30 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB1624748-
CMYK00.710.700.36
HSL359.48º55.02%40.98%-
HSV(B)359.48º70.99%63.53%-
XYZ16.459.933.85-
YUV81.5109.1185.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.04%
GREEN value IS 47 (18.75% from 255) = 18.29%
BLUE value IS 48 (19.14% from 255) = 18.68%
R=63.04%
G=18.29%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162474800.710.700.36359.4855.0240.98
HexA22F3004746241673729
Octal24257600107106445476751
Binary10100010101111110000010001111000110100100101100111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22F30; }

 p { color: rgb(162,47,48); }

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

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

 a { background-color: rgb(162,47,48); }

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

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

 span { border-color: rgb(162,47,48); }

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