#3B0C0D

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

Shades of Rustic Red #3B0C0D

Tints of Rustic Red #3B0C0D

Color information

#3B0C0D (or 0x3B0C0D) is unknown color: approx Rustic Red. HEX triplet: 3B, 0C and 0D. RGB value is (59,12,13). Sum of RGB (Red+Green+Blue) = 59+12+13=84 (11% of max value = 765). Red value is 59 (23.44% from 255 or 70.24% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0C0D is #C4F3F2. Grayscale: #1A1A1A. Windows color (decimal): -12907507 or 855099. OLE color: 855099.

HSL color Cylindrical-coordinate representation of color #3B0C0D: hue angle of 358.72º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B0C0D is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB591213-
CMYK00.800.780.77
HSL358.72º66.2%13.92%-
HSV(B)358.72º79.66%23.14%-
XYZ2.011.220.51-
YUV26.17120.57151.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 70.24%
GREEN value IS 12 (5.08% from 255) = 14.29%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=70.24%
G=14.29%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59121300.800.780.77358.7266.213.92
Hex3BCD0504E4D16742e
Octal731415012011611554710216
Binary11101111001101010100001001110100110110110011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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