#501A1C

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

Shades of Burnt Crimson #501A1C

Tints of Burnt Crimson #501A1C

Color information

#501A1C (or 0x501A1C) is unknown color: approx Burnt Crimson. HEX triplet: 50, 1A and 1C. RGB value is (80,26,28). Sum of RGB (Red+Green+Blue) = 80+26+28=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #501A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A1C is #AFE5E3. Grayscale: #2A2A2A. Windows color (decimal): -11527652 or 1841744. OLE color: 1841744.

HSL color Cylindrical-coordinate representation of color #501A1C: hue angle of 357.78º 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 #501A1C is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB802628-
CMYK00.670.650.69
HSL357.78º50.94%20.78%-
HSV(B)357.78º67.5%31.37%-
XYZ3.892.531.38-
YUV42.37119.89154.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.70%
GREEN value IS 26 (10.55% from 255) = 19.40%
BLUE value IS 28 (11.33% from 255) = 20.90%
R=59.70%
G=19.40%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80262800.670.650.69357.7850.9420.78
Hex501A1C04341451663315
Octal120323401031011055466325
Binary10100001101011100010000111000001100010110110011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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