#A31B2B

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

Shades of Bright Red #A31B2B

Tints of Bright Red #A31B2B

Color information

#A31B2B (or 0xA31B2B) is unknown color: approx Bright Red. HEX triplet: A3, 1B and 2B. RGB value is (163,27,43). Sum of RGB (Red+Green+Blue) = 163+27+43=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B2B is #5CE4D4. Grayscale: #454545. Windows color (decimal): -6087893 or 2825123. OLE color: 2825123.

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

Color convert

RGB1632743-
CMYK00.830.740.36
HSL352.94º71.58%37.25%-
HSV(B)352.94º83.44%63.92%-
XYZ15.938.743.13-
YUV69.49113.06194.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.96%
GREEN value IS 27 (10.94% from 255) = 11.59%
BLUE value IS 43 (17.19% from 255) = 18.45%
R=69.96%
G=11.59%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163274300.830.740.36352.9471.5837.25
HexA31B2B0534A241614825
Octal243335301231124454111045
Binary10100011110111010110101001110010101001001011000011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B2B; }

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

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

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

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

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

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

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

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