#A32239

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

Shades of Bright Red #A32239

Tints of Bright Red #A32239

Color information

#A32239 (or 0xA32239) is unknown color: approx Bright Red. HEX triplet: A3, 22 and 39. RGB value is (163,34,57). Sum of RGB (Red+Green+Blue) = 163+34+57=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A32239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32239 is #5CDDC6. Grayscale: #4B4B4B. Windows color (decimal): -6086087 or 3744419. OLE color: 3744419.

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

Color convert

RGB1633457-
CMYK00.790.650.36
HSL349.3º65.48%38.63%-
HSV(B)349.3º79.14%63.92%-
XYZ16.419.234.79-
YUV75.19117.74190.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.17%
GREEN value IS 34 (13.67% from 255) = 13.39%
BLUE value IS 57 (22.66% from 255) = 22.44%
R=64.17%
G=13.39%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163345700.790.650.36349.365.4838.63
HexA3223904F412415d4127
Octal243427101171014453510147
Binary101000111000101110010100111110000011001001010111011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32239; }

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

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

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

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

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

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

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

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