#A31B30

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

Shades of Bright Red #A31B30

Tints of Bright Red #A31B30

Color information

#A31B30 (or 0xA31B30) is unknown color: approx Bright Red. HEX triplet: A3, 1B and 30. RGB value is (163,27,48). Sum of RGB (Red+Green+Blue) = 163+27+48=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B30 is #5CE4CF. Grayscale: #464646. Windows color (decimal): -6087888 or 3152803. OLE color: 3152803.

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

Color convert

RGB1632748-
CMYK00.830.710.36
HSL350.74º71.58%37.25%-
HSV(B)350.74º83.44%63.92%-
XYZ16.038.783.65-
YUV70.06115.56194.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.49%
GREEN value IS 27 (10.94% from 255) = 11.34%
BLUE value IS 48 (19.14% from 255) = 20.17%
R=68.49%
G=11.34%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163274800.830.710.36350.7471.5837.25
HexA31B30053472415f4825
Octal243336001231074453711045
Binary10100011110111100000101001110001111001001010111111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B30; }

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

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

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

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

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

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

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

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