#A2383E

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

Shades of Guardsman Red #A2383E

Tints of Guardsman Red #A2383E

Color information

#A2383E (or 0xA2383E) is unknown color: approx Guardsman Red. HEX triplet: A2, 38 and 3E. RGB value is (162,56,62). Sum of RGB (Red+Green+Blue) = 162+56+62=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A2383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2383E is #5DC7C1. Grayscale: #585858. Windows color (decimal): -6145986 or 4077730. OLE color: 4077730.

HSL color Cylindrical-coordinate representation of color #A2383E: hue angle of 356.6º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2383E is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1625662-
CMYK00.650.620.36
HSL356.6º48.62%42.75%-
HSV(B)356.6º65.43%63.53%-
XYZ17.1810.865.75-
YUV88.38113.12180.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.86%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 62 (24.61% from 255) = 22.14%
R=57.86%
G=20%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162566200.650.620.36356.648.6242.75
HexA2383E0413E24165312b
Octal2427076010176445456153
Binary1010001011100011111001000001111110100100101100101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2383E; }

 p { color: rgb(162,56,62); }

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

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

 a { background-color: rgb(162,56,62); }

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

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

 span { border-color: rgb(162,56,62); }

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