#A2383A

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

Shades of Guardsman Red #A2383A

Tints of Guardsman Red #A2383A

Color information

#A2383A (or 0xA2383A) is unknown color: approx Guardsman Red. HEX triplet: A2, 38 and 3A. RGB value is (162,56,58). Sum of RGB (Red+Green+Blue) = 162+56+58=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A2383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2383A is #5DC7C5. Grayscale: #585858. Windows color (decimal): -6145990 or 3815586. OLE color: 3815586.

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

Color convert

RGB1625658-
CMYK00.650.640.36
HSL358.87º48.62%42.75%-
HSV(B)358.87º65.43%63.53%-
XYZ17.0810.825.19-
YUV87.92111.12180.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.70%
GREEN value IS 56 (22.27% from 255) = 20.29%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=58.70%
G=20.29%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162565800.650.640.36358.8748.6242.75
HexA2383A0414024167312b
Octal24270720101100445476153
Binary10100010111000111010010000011000000100100101100111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2383A; }

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

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

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

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

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

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

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

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