#A82239

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

Shades of Bright Red #A82239

Tints of Bright Red #A82239

Color information

#A82239 (or 0xA82239) is unknown color: approx Bright Red. HEX triplet: A8, 22 and 39. RGB value is (168,34,57). Sum of RGB (Red+Green+Blue) = 168+34+57=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A82239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82239 is #57DDC6. Grayscale: #4C4C4C. Windows color (decimal): -5758407 or 3744424. OLE color: 3744424.

HSL color Cylindrical-coordinate representation of color #A82239: hue angle of 349.7º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82239 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB1683457-
CMYK00.800.660.34
HSL349.7º66.34%39.61%-
HSV(B)349.7º79.76%65.88%-
XYZ17.469.764.84-
YUV76.69116.89193.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.86%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 57 (22.66% from 255) = 22.01%
R=64.86%
G=13.13%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168345700.800.660.34349.766.3439.61
HexA82239050422215e4228
Octal250427101201024253610250
Binary101010001000101110010101000010000101000101010111101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82239; }

 p { color: rgb(168,34,57); }

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

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

 a { background-color: rgb(168,34,57); }

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

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

 span { border-color: rgb(168,34,57); }

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