#3B0B13

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

Shades of Rustic Red #3B0B13

Tints of Rustic Red #3B0B13

Color information

#3B0B13 (or 0x3B0B13) is unknown color: approx Rustic Red. HEX triplet: 3B, 0B and 13. RGB value is (59,11,19). Sum of RGB (Red+Green+Blue) = 59+11+19=89 (11% of max value = 765). Red value is 59 (23.44% from 255 or 66.29% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0B13 is #C4F4EC. Grayscale: #1A1A1A. Windows color (decimal): -12907757 or 1248059. OLE color: 1248059.

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

Color convert

RGB591119-
CMYK00.810.680.77
HSL350º68.57%13.73%-
HSV(B)350º81.36%23.14%-
XYZ2.041.220.74-
YUV26.26123.9151.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 66.29%
GREEN value IS 11 (4.69% from 255) = 12.36%
BLUE value IS 19 (7.81% from 255) = 21.35%
R=66.29%
G=12.36%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59111900.810.680.7735068.5713.73
Hex3BB13051444D15e45e
Octal731323012110411553610516
Binary111011101110011010100011000100100110110101111010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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