#3B111A

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

Shades of Rustic Red #3B111A

Tints of Rustic Red #3B111A

Color information

#3B111A (or 0x3B111A) is unknown color: approx Rustic Red. HEX triplet: 3B, 11 and 1A. RGB value is (59,17,26). Sum of RGB (Red+Green+Blue) = 59+17+26=102 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.84% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 59 - color contains mainly: red. Hex color #3B111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B111A is #C4EEE5. Grayscale: #1E1E1E. Windows color (decimal): -12906214 or 1708347. OLE color: 1708347.

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

Color convert

RGB591726-
CMYK00.710.560.77
HSL347.14º55.26%14.9%-
HSV(B)347.14º71.19%23.14%-
XYZ2.191.411.13-
YUV30.58125.41148.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 57.84%
GREEN value IS 17 (7.03% from 255) = 16.67%
BLUE value IS 26 (10.55% from 255) = 25.49%
R=57.84%
G=16.67%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59172600.710.560.77347.1455.2614.9
Hex3B111A047384D15b37f
Octal7321320107701155336717
Binary11101110001110100100011111100010011011010110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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