#3B1018

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

Shades of Rustic Red #3B1018

Tints of Rustic Red #3B1018

Color information

#3B1018 (or 0x3B1018) is unknown color: approx Rustic Red. HEX triplet: 3B, 10 and 18. RGB value is (59,16,24). Sum of RGB (Red+Green+Blue) = 59+16+24=99 (13% of max value = 765). Red value is 59 (23.44% from 255 or 59.60% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1018 is #C4EFE7. Grayscale: #1D1D1D. Windows color (decimal): -12906472 or 1577019. OLE color: 1577019.

HSL color Cylindrical-coordinate representation of color #3B1018: hue angle of 348.84º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B1018 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB591624-
CMYK00.730.590.77
HSL348.84º57.33%14.71%-
HSV(B)348.84º72.88%23.14%-
XYZ2.151.371.01-
YUV29.77124.75148.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 59.60%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=59.60%
G=16.16%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59162400.730.590.77348.8457.3314.71
Hex3B10180493B4D15d39f
Octal7320300111731155357117
Binary11101110000110000100100111101110011011010111011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B1018; }

 p { color: rgb(59,16,24); }

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

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

 a { background-color: rgb(59,16,24); }

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

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

 span { border-color: rgb(59,16,24); }

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