#A2283E

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

Shades of Bright Red #A2283E

Tints of Bright Red #A2283E

Color information

#A2283E (or 0xA2283E) is unknown color: approx Bright Red. HEX triplet: A2, 28 and 3E. RGB value is (162,40,62). Sum of RGB (Red+Green+Blue) = 162+40+62=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A2283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2283E is #5DD7C1. Grayscale: #4F4F4F. Windows color (decimal): -6150082 or 4073634. OLE color: 4073634.

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

Color convert

RGB1624062-
CMYK00.750.620.36
HSL349.18º60.4%39.61%-
HSV(B)349.18º75.31%63.53%-
XYZ16.539.555.53-
YUV78.99118.42187.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 40 (16.02% from 255) = 15.15%
BLUE value IS 62 (24.61% from 255) = 23.48%
R=61.36%
G=15.15%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162406200.750.620.36349.1860.439.61
HexA2283E04B3E2415d3c28
Octal2425076011376445357450
Binary1010001010100011111001001011111110100100101011101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2283E; }

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

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

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

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

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

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

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

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