#3B0314

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

Shades of Rustic Red #3B0314

Tints of Rustic Red #3B0314

Color information

#3B0314 (or 0x3B0314) is unknown color: approx Rustic Red. HEX triplet: 3B, 03 and 14. RGB value is (59,3,20). Sum of RGB (Red+Green+Blue) = 59+3+20=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0314 is #C4FCEB. Grayscale: #151515. Windows color (decimal): -12909804 or 1311547. OLE color: 1311547.

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

Color convert

RGB59320-
CMYK00.950.660.77
HSL341.79º90.32%12.16%-
HSV(B)341.79º94.92%23.14%-
XYZ1.961.050.76-
YUV21.68127.05154.62-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 71.95%
GREEN value IS 3 (1.56% from 255) = 3.66%
BLUE value IS 20 (8.20% from 255) = 24.39%
R=71.95%
G=3.66%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5932000.950.660.77341.7990.3212.16
Hex3B31405F424D1565ac
Octal73324013710211552613214
Binary1110111110100010111111000010100110110101011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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