#50181A

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

Shades of Burnt Crimson #50181A

Tints of Burnt Crimson #50181A

Color information

#50181A (or 0x50181A) is unknown color: approx Burnt Crimson. HEX triplet: 50, 18 and 1A. RGB value is (80,24,26). Sum of RGB (Red+Green+Blue) = 80+24+26=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #50181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50181A is #AFE7E5. Grayscale: #292929. Windows color (decimal): -11528166 or 1710160. OLE color: 1710160.

HSL color Cylindrical-coordinate representation of color #50181A: hue angle of 357.86º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50181A is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB802426-
CMYK00.700.670.69
HSL357.86º53.85%20.39%-
HSV(B)357.86º70%31.37%-
XYZ3.822.431.25-
YUV40.97119.55155.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.54%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 26 (10.55% from 255) = 20%
R=61.54%
G=18.46%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80242600.700.670.69357.8653.8520.39
Hex50181A04643451663614
Octal120303201061031055466624
Binary10100001100011010010001101000011100010110110011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50181A; }

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

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

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

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

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

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

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

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