#A2283C

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

Shades of Bright Red #A2283C

Tints of Bright Red #A2283C

Color information

#A2283C (or 0xA2283C) is unknown color: approx Bright Red. HEX triplet: A2, 28 and 3C. RGB value is (162,40,60). Sum of RGB (Red+Green+Blue) = 162+40+60=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A2283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2283C is #5DD7C3. Grayscale: #4E4E4E. Windows color (decimal): -6150084 or 3942562. OLE color: 3942562.

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

Color convert

RGB1624060-
CMYK00.750.630.36
HSL350.16º60.4%39.61%-
HSV(B)350.16º75.31%63.53%-
XYZ16.479.535.25-
YUV78.76117.42187.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.83%
GREEN value IS 40 (16.02% from 255) = 15.27%
BLUE value IS 60 (23.83% from 255) = 22.90%
R=61.83%
G=15.27%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162406000.750.630.36350.1660.439.61
HexA2283C04B3F2415e3c28
Octal2425074011377445367450
Binary1010001010100011110001001011111111100100101011110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2283C; }

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

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

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

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

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

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

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

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