#A31B00

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

Shades of Dark Red #A31B00

Tints of Dark Red #A31B00

Color information

#A31B00 (or 0xA31B00) is unknown color: approx Dark Red. HEX triplet: A3, 1B and 00. RGB value is (163,27,0). Sum of RGB (Red+Green+Blue) = 163+27+0=190 (25% of max value = 765). Red value is 163 (64.06% from 255 or 85.79% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31B00 is #5CE4FF. Grayscale: #404040. Windows color (decimal): -6087936 or 7075. OLE color: 7075.

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

Color convert

RGB163270-
CMYK00.8310.36
HSL9.94º100%31.96%-
HSV(B)9.94º100%63.92%-
XYZ15.58.570.84-
YUV64.5991.56198.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 85.79%
GREEN value IS 27 (10.94% from 255) = 14.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.79%
G=14.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16327000.8310.369.9410031.96
HexA31B00536424a6420
Octal2433300123144441214440
Binary1010001111011001010011110010010010010101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B00; }

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

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

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

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

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

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

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

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