#3B1314

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

Shades of Rustic Red #3B1314

Tints of Rustic Red #3B1314

Color information

#3B1314 (or 0x3B1314) is unknown color: approx Rustic Red. HEX triplet: 3B, 13 and 14. RGB value is (59,19,20). Sum of RGB (Red+Green+Blue) = 59+19+20=98 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.20% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1314 is #C4ECEB. Grayscale: #1F1F1F. Windows color (decimal): -12905708 or 1315643. OLE color: 1315643.

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

Color convert

RGB591920-
CMYK00.680.660.77
HSL358.5º51.28%15.29%-
HSV(B)358.5º67.8%23.14%-
XYZ2.161.450.83-
YUV31.07121.75147.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 60.20%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 20 (8.20% from 255) = 20.41%
R=60.20%
G=19.39%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59192000.680.660.77358.551.2815.29
Hex3B1314044424D16633f
Octal73232401041021155466317
Binary111011100111010001000100100001010011011011001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,19,20); }

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

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

 a { background-color: rgb(59,19,20); }

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

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

 span { border-color: rgb(59,19,20); }

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