#A31B36

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

Shades of Bright Red #A31B36

Tints of Bright Red #A31B36

Color information

#A31B36 (or 0xA31B36) is unknown color: approx Bright Red. HEX triplet: A3, 1B and 36. RGB value is (163,27,54). Sum of RGB (Red+Green+Blue) = 163+27+54=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B36 is #5CE4C9. Grayscale: #464646. Windows color (decimal): -6087882 or 3546019. OLE color: 3546019.

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

Color convert

RGB1632754-
CMYK00.830.670.36
HSL348.09º71.58%37.25%-
HSV(B)348.09º83.44%63.92%-
XYZ16.168.844.34-
YUV70.74118.56193.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.80%
GREEN value IS 27 (10.94% from 255) = 11.07%
BLUE value IS 54 (21.48% from 255) = 22.13%
R=66.80%
G=11.07%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163275400.830.670.36348.0971.5837.25
HexA31B36053432415c4825
Octal243336601231034453411045
Binary10100011110111101100101001110000111001001010111001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B36; }

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

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

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

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

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

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

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

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