#a2183c

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

Shades of Bright Red #A2183C

Tints of Bright Red #A2183C

Color information

#A2183C (or 0xA2183C) is unknown color: approx Bright Red. HEX triplet: A2, 18 and 3C. RGB value is (162,24,60). Sum of RGB (Red+Green+Blue) = 162+24+60=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A2183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2183C is #5DE7C3. Grayscale: #454545. Windows color (decimal): -6154180 or 3938466. OLE color: 3938466.

HSL color Cylindrical-coordinate representation of color #A2183C: hue angle of 344.35º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2183C is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1622460-
CMYK00.850.630.36
HSL344.35º74.19%36.47%-
HSV(B)344.35º85.19%63.53%-
XYZ16.048.665.1-
YUV69.37122.72194.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.85%
GREEN value IS 24 (9.77% from 255) = 9.76%
BLUE value IS 60 (23.83% from 255) = 24.39%
R=65.85%
G=9.76%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162246000.850.630.36344.3574.1936.47
HexA2183C0553F241584a24
Octal24230740125774453011244
Binary1010001011000111100010101011111111001001010110001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2183c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2183c; }

 p { color: rgb(162,24,60); }

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

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

 a { background-color: rgb(162,24,60); }

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

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

 span { border-color: rgb(162,24,60); }

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