#3B0F17

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

Shades of Rustic Red #3B0F17

Tints of Rustic Red #3B0F17

Color information

#3B0F17 (or 0x3B0F17) is unknown color: approx Rustic Red. HEX triplet: 3B, 0F and 17. RGB value is (59,15,23). Sum of RGB (Red+Green+Blue) = 59+15+23=97 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.82% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0F17 is #C4F0E8. Grayscale: #1D1D1D. Windows color (decimal): -12906729 or 1511227. OLE color: 1511227.

HSL color Cylindrical-coordinate representation of color #3B0F17: hue angle of 349.09º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B0F17 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.77.

Color convert

RGB591523-
CMYK00.750.610.77
HSL349.09º59.46%14.51%-
HSV(B)349.09º74.58%23.14%-
XYZ2.131.330.96-
YUV29.07124.58149.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 60.82%
GREEN value IS 15 (6.25% from 255) = 15.46%
BLUE value IS 23 (9.38% from 255) = 23.71%
R=60.82%
G=15.46%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59152300.750.610.77349.0959.4614.51
Hex3BF1704B3D4D15d3bf
Octal7317270113751155357317
Binary1110111111101110100101111110110011011010111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,15,23); }

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

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

 a { background-color: rgb(59,15,23); }

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

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

 span { border-color: rgb(59,15,23); }

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