#3B0315

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

Shades of Rustic Red #3B0315

Tints of Rustic Red #3B0315

Color information

#3B0315 (or 0x3B0315) is unknown color: approx Rustic Red. HEX triplet: 3B, 03 and 15. RGB value is (59,3,21). Sum of RGB (Red+Green+Blue) = 59+3+21=83 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.08% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0315 is #C4FCEA. Grayscale: #151515. Windows color (decimal): -12909803 or 1377083. OLE color: 1377083.

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

Color convert

RGB59321-
CMYK00.950.640.77
HSL340.71º90.32%12.16%-
HSV(B)340.71º94.92%23.14%-
XYZ1.971.050.81-
YUV21.8127.55154.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 71.08%
GREEN value IS 3 (1.56% from 255) = 3.61%
BLUE value IS 21 (8.59% from 255) = 25.30%
R=71.08%
G=3.61%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5932100.950.640.77340.7190.3212.16
Hex3B31505F404D1555ac
Octal73325013710011552513214
Binary1110111110101010111111000000100110110101010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,3,21); }

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

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

 a { background-color: rgb(59,3,21); }

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

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

 span { border-color: rgb(59,3,21); }

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