#3B070C

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

Shades of Rustic Red #3B070C

Tints of Rustic Red #3B070C

Color information

#3B070C (or 0x3B070C) is unknown color: approx Rustic Red. HEX triplet: 3B, 07 and 0C. RGB value is (59,7,12). Sum of RGB (Red+Green+Blue) = 59+7+12=78 (10% of max value = 765). Red value is 59 (23.44% from 255 or 75.64% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 59 - color contains mainly: red. Hex color #3B070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B070C is #C4F8F3. Grayscale: #171717. Windows color (decimal): -12908788 or 788283. OLE color: 788283.

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

Color convert

RGB59712-
CMYK00.880.800.77
HSL354.23º78.79%12.94%-
HSV(B)354.23º88.14%23.14%-
XYZ1.951.110.46-
YUV23.12121.73153.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 75.64%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=75.64%
G=8.97%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5971200.880.800.77354.2378.7912.94
Hex3B7C058504D1624fd
Octal73714013012011554211715
Binary1110111111100010110001010000100110110110001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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