#3B0111

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

Shades of Rustic Red #3B0111

Tints of Rustic Red #3B0111

Color information

#3B0111 (or 0x3B0111) is unknown color: approx Rustic Red. HEX triplet: 3B, 01 and 11. RGB value is (59,1,17). Sum of RGB (Red+Green+Blue) = 59+1+17=77 (10% of max value = 765). Red value is 59 (23.44% from 255 or 76.62% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0111 is #C4FEEE. Grayscale: #141414. Windows color (decimal): -12910319 or 1114427. OLE color: 1114427.

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

Color convert

RGB59117-
CMYK00.980.710.77
HSL343.45º96.67%11.76%-
HSV(B)343.45º98.31%23.14%-
XYZ1.920.990.62-
YUV20.17126.22155.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 76.62%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 17 (7.03% from 255) = 22.08%
R=76.62%
G=1.30%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5911700.980.710.77343.4596.6711.76
Hex3B111062474D15761c
Octal73121014210711552714114
Binary111011110001011000101000111100110110101011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,1,17); }

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

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

 a { background-color: rgb(59,1,17); }

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

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

 span { border-color: rgb(59,1,17); }

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