#3B0607

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

Shades of Rustic Red #3B0607

Tints of Rustic Red #3B0607

Color information

#3B0607 (or 0x3B0607) is unknown color: approx Rustic Red. HEX triplet: 3B, 06 and 07. RGB value is (59,6,7). Sum of RGB (Red+Green+Blue) = 59+6+7=72 (9% of max value = 765). Red value is 59 (23.44% from 255 or 81.94% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0607 is #C4F9F8. Grayscale: #161616. Windows color (decimal): -12909049 or 460347. OLE color: 460347.

HSL color Cylindrical-coordinate representation of color #3B0607: hue angle of 358.87º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B0607 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.77.

Color convert

RGB5967-
CMYK00.900.880.77
HSL358.87º81.54%12.75%-
HSV(B)358.87º89.83%23.14%-
XYZ1.911.080.31-
YUV21.96119.56154.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 81.94%
GREEN value IS 6 (2.73% from 255) = 8.33%
BLUE value IS 7 (3.12% from 255) = 9.72%
R=81.94%
G=8.33%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal596700.900.880.77358.8781.5412.75
Hex3B6705A584D16752d
Octal7367013213011554712215
Binary111011110111010110101011000100110110110011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,6,7); }

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

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

 a { background-color: rgb(59,6,7); }

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

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

 span { border-color: rgb(59,6,7); }

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