#3B0313

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

Shades of Rustic Red #3B0313

Tints of Rustic Red #3B0313

Color information

#3B0313 (or 0x3B0313) is unknown color: approx Rustic Red. HEX triplet: 3B, 03 and 13. RGB value is (59,3,19). Sum of RGB (Red+Green+Blue) = 59+3+19=81 (10% of max value = 765). Red value is 59 (23.44% from 255 or 72.84% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0313 is #C4FCEC. Grayscale: #151515. Windows color (decimal): -12909805 or 1246011. OLE color: 1246011.

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

Color convert

RGB59319-
CMYK00.950.680.77
HSL342.86º90.32%12.16%-
HSV(B)342.86º94.92%23.14%-
XYZ1.951.040.71-
YUV21.57126.55154.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 72.84%
GREEN value IS 3 (1.56% from 255) = 3.70%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=72.84%
G=3.70%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5931900.950.680.77342.8690.3212.16
Hex3B31305F444D1575ac
Octal73323013710411552713214
Binary1110111110011010111111000100100110110101011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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