#A31630

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

Shades of Bright Red #A31630

Tints of Bright Red #A31630

Color information

#A31630 (or 0xA31630) is unknown color: approx Bright Red. HEX triplet: A3, 16 and 30. RGB value is (163,22,48). Sum of RGB (Red+Green+Blue) = 163+22+48=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A31630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31630 is #5CE9CF. Grayscale: #434343. Windows color (decimal): -6089168 or 3151523. OLE color: 3151523.

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

Color convert

RGB1632248-
CMYK00.870.710.36
HSL348.94º76.22%36.27%-
HSV(B)348.94º86.5%63.92%-
XYZ15.928.573.61-
YUV67.12117.21196.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.96%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=69.96%
G=9.44%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163224800.870.710.36348.9476.2236.27
HexA31630057472415d4c24
Octal243266001271074453511444
Binary10100011101101100000101011110001111001001010111011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31630; }

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

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

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

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

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

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

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

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