#A22834

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

Shades of Guardsman Red #A22834

Tints of Guardsman Red #A22834

Color information

#A22834 (or 0xA22834) is unknown color: approx Guardsman Red. HEX triplet: A2, 28 and 34. RGB value is (162,40,52). Sum of RGB (Red+Green+Blue) = 162+40+52=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A22834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22834 is #5DD7CB. Grayscale: #4D4D4D. Windows color (decimal): -6150092 or 3418274. OLE color: 3418274.

HSL color Cylindrical-coordinate representation of color #A22834: hue angle of 354.1º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22834 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB1624052-
CMYK00.750.680.36
HSL354.1º60.4%39.61%-
HSV(B)354.1º75.31%63.53%-
XYZ16.289.454.21-
YUV77.85113.42188.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.78%
GREEN value IS 40 (16.02% from 255) = 15.75%
BLUE value IS 52 (20.70% from 255) = 20.47%
R=63.78%
G=15.75%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162405200.750.680.36354.160.439.61
HexA2283404B44241623c28
Octal24250640113104445427450
Binary10100010101000110100010010111000100100100101100010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22834; }

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

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

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

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

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

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

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

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