#3B0310

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

Shades of Rustic Red #3B0310

Tints of Rustic Red #3B0310

Color information

#3B0310 (or 0x3B0310) is unknown color: approx Rustic Red. HEX triplet: 3B, 03 and 10. RGB value is (59,3,16). Sum of RGB (Red+Green+Blue) = 59+3+16=78 (10% of max value = 765). Red value is 59 (23.44% from 255 or 75.64% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0310 is #C4FCEF. Grayscale: #151515. Windows color (decimal): -12909808 or 1049403. OLE color: 1049403.

HSL color Cylindrical-coordinate representation of color #3B0310: hue angle of 346.07º 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 #3B0310 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.77.

Color convert

RGB59316-
CMYK00.950.730.77
HSL346.07º90.32%12.16%-
HSV(B)346.07º94.92%23.14%-
XYZ1.931.030.59-
YUV21.23125.05154.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 75.64%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=75.64%
G=3.85%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5931600.950.730.77346.0790.3212.16
Hex3B31005F494D15a5ac
Octal73320013711111553213214
Binary1110111110000010111111001001100110110101101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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