#3B0110

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

Shades of Rustic Red #3B0110

Tints of Rustic Red #3B0110

Color information

#3B0110 (or 0x3B0110) is unknown color: approx Rustic Red. HEX triplet: 3B, 01 and 10. RGB value is (59,1,16). Sum of RGB (Red+Green+Blue) = 59+1+16=76 (10% of max value = 765). Red value is 59 (23.44% from 255 or 77.63% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0110 is #C4FEEF. Grayscale: #141414. Windows color (decimal): -12910320 or 1048891. OLE color: 1048891.

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

Color convert

RGB59116-
CMYK00.980.730.77
HSL344.48º96.67%11.76%-
HSV(B)344.48º98.31%23.14%-
XYZ1.910.990.58-
YUV20.05125.72155.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 77.63%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 16 (6.64% from 255) = 21.05%
R=77.63%
G=1.32%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5911600.980.730.77344.4896.6711.76
Hex3B110062494D15861c
Octal73120014211111553014114
Binary111011110000011000101001001100110110101100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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