#501A1B

Color #501A1B Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #501A1B

Tints of Burnt Crimson #501A1B

Color information

#501A1B (or 0x501A1B) is unknown color: approx Burnt Crimson. HEX triplet: 50, 1A and 1B. RGB value is (80,26,27). Sum of RGB (Red+Green+Blue) = 80+26+27=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #501A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A1B is #AFE5E4. Grayscale: #2A2A2A. Windows color (decimal): -11527653 or 1776208. OLE color: 1776208.

HSL color Cylindrical-coordinate representation of color #501A1B: hue angle of 358.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A1B is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB802627-
CMYK00.670.660.69
HSL358.89º50.94%20.78%-
HSV(B)358.89º67.5%31.37%-
XYZ3.882.521.32-
YUV42.26119.39154.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.15%
GREEN value IS 26 (10.55% from 255) = 19.55%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=60.15%
G=19.55%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80262700.670.660.69358.8950.9420.78
Hex501A1B04342451673315
Octal120323301031021055476325
Binary10100001101011011010000111000010100010110110011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501A1B; }

 p { color: rgb(80,26,27); }

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

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

 a { background-color: rgb(80,26,27); }

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

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

 span { border-color: rgb(80,26,27); }

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