#A31628

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

Shades of Bright Red #A31628

Tints of Bright Red #A31628

Color information

#A31628 (or 0xA31628) is unknown color: approx Bright Red. HEX triplet: A3, 16 and 28. RGB value is (163,22,40). Sum of RGB (Red+Green+Blue) = 163+22+40=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A31628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31628 is #5CE9D7. Grayscale: #424242. Windows color (decimal): -6089176 or 2627235. OLE color: 2627235.

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

Color convert

RGB1632240-
CMYK00.870.750.36
HSL352.34º76.22%36.27%-
HSV(B)352.34º86.5%63.92%-
XYZ15.778.512.82-
YUV66.21113.21197.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 72.44%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 40 (16.02% from 255) = 17.78%
R=72.44%
G=9.78%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163224000.870.750.36352.3476.2236.27
HexA316280574B241604c24
Octal243265001271134454011444
Binary10100011101101010000101011110010111001001011000001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31628; }

 p { color: rgb(163,22,40); }

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

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

 a { background-color: rgb(163,22,40); }

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

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

 span { border-color: rgb(163,22,40); }

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