#A31B24

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

Shades of Bright Red #A31B24

Tints of Bright Red #A31B24

Color information

#A31B24 (or 0xA31B24) is unknown color: approx Bright Red. HEX triplet: A3, 1B and 24. RGB value is (163,27,36). Sum of RGB (Red+Green+Blue) = 163+27+36=226 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.12% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B24 is #5CE4DB. Grayscale: #444444. Windows color (decimal): -6087900 or 2366371. OLE color: 2366371.

HSL color Cylindrical-coordinate representation of color #A31B24: hue angle of 356.03º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31B24 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1632736-
CMYK00.830.780.36
HSL356.03º71.58%37.25%-
HSV(B)356.03º83.44%63.92%-
XYZ15.818.72.51-
YUV68.69109.56195.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 72.12%
GREEN value IS 27 (10.94% from 255) = 11.95%
BLUE value IS 36 (14.45% from 255) = 15.93%
R=72.12%
G=11.95%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163273600.830.780.36356.0371.5837.25
HexA31B240534E241644825
Octal243334401231164454411045
Binary10100011110111001000101001110011101001001011001001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B24; }

 p { color: rgb(163,27,36); }

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

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

 a { background-color: rgb(163,27,36); }

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

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

 span { border-color: rgb(163,27,36); }

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