#3B040F

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

Shades of Rustic Red #3B040F

Tints of Rustic Red #3B040F

Color information

#3B040F (or 0x3B040F) is unknown color: approx Rustic Red. HEX triplet: 3B, 04 and 0F. RGB value is (59,4,15). Sum of RGB (Red+Green+Blue) = 59+4+15=78 (10% of max value = 765). Red value is 59 (23.44% from 255 or 75.64% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 59 - color contains mainly: red. Hex color #3B040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B040F is #C4FBF0. Grayscale: #151515. Windows color (decimal): -12909553 or 984123. OLE color: 984123.

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

Color convert

RGB59415-
CMYK00.930.750.77
HSL348º87.3%12.35%-
HSV(B)348º93.22%23.14%-
XYZ1.931.050.55-
YUV21.7124.22154.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 75.64%
GREEN value IS 4 (1.95% from 255) = 5.13%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=75.64%
G=5.13%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5941500.930.750.7734887.312.35
Hex3B4F05D4B4D15c57c
Octal73417013511311553412714
Binary1110111001111010111011001011100110110101110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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