#A22830

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

Shades of Guardsman Red #A22830

Tints of Guardsman Red #A22830

Color information

#A22830 (or 0xA22830) is unknown color: approx Guardsman Red. HEX triplet: A2, 28 and 30. RGB value is (162,40,48). Sum of RGB (Red+Green+Blue) = 162+40+48=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A22830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22830 is #5DD7CF. Grayscale: #4D4D4D. Windows color (decimal): -6150096 or 3156130. OLE color: 3156130.

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

Color convert

RGB1624048-
CMYK00.750.700.36
HSL356.07º60.4%39.61%-
HSV(B)356.07º75.31%63.53%-
XYZ16.199.413.76-
YUV77.39111.42188.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.8%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 48 (19.14% from 255) = 19.2%
R=64.8%
G=16%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162404800.750.700.36356.0760.439.61
HexA2283004B46241643c28
Octal24250600113106445447450
Binary10100010101000110000010010111000110100100101100100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22830; }

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

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

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

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

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

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

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

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