#A2283F

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

Shades of Bright Red #A2283F

Tints of Bright Red #A2283F

Color information

#A2283F (or 0xA2283F) is unknown color: approx Bright Red. HEX triplet: A2, 28 and 3F. RGB value is (162,40,63). Sum of RGB (Red+Green+Blue) = 162+40+63=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A2283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2283F is #5DD7C0. Grayscale: #4F4F4F. Windows color (decimal): -6150081 or 4139170. OLE color: 4139170.

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

Color convert

RGB1624063-
CMYK00.750.610.36
HSL348.69º60.4%39.61%-
HSV(B)348.69º75.31%63.53%-
XYZ16.569.565.67-
YUV79.1118.92187.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.13%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 63 (25% from 255) = 23.77%
R=61.13%
G=15.09%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162406300.750.610.36348.6960.439.61
HexA2283F04B3D2415d3c28
Octal2425077011375445357450
Binary1010001010100011111101001011111101100100101011101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2283F; }

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

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

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

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

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

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

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

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