#3B0813

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

Shades of Rustic Red #3B0813

Tints of Rustic Red #3B0813

Color information

#3B0813 (or 0x3B0813) is unknown color: approx Rustic Red. HEX triplet: 3B, 08 and 13. RGB value is (59,8,19). Sum of RGB (Red+Green+Blue) = 59+8+19=86 (11% of max value = 765). Red value is 59 (23.44% from 255 or 68.60% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0813 is #C4F7EC. Grayscale: #181818. Windows color (decimal): -12908525 or 1247291. OLE color: 1247291.

HSL color Cylindrical-coordinate representation of color #3B0813: hue angle of 347.06º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B0813 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.77.

Color convert

RGB59819-
CMYK00.860.680.77
HSL347.06º76.12%13.14%-
HSV(B)347.06º86.44%23.14%-
XYZ2.011.150.73-
YUV24.5124.9152.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 68.60%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=68.60%
G=9.30%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5981900.860.680.77347.0676.1213.14
Hex3B813056444D15b4cd
Octal731023012610411553311415
Binary111011100010011010101101000100100110110101101110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,8,19); }

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

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

 a { background-color: rgb(59,8,19); }

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

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

 span { border-color: rgb(59,8,19); }

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