#3B090E

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

Shades of Rustic Red #3B090E

Tints of Rustic Red #3B090E

Color information

#3B090E (or 0x3B090E) is unknown color: approx Rustic Red. HEX triplet: 3B, 09 and 0E. RGB value is (59,9,14). Sum of RGB (Red+Green+Blue) = 59+9+14=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B090E is #C4F6F1. Grayscale: #181818. Windows color (decimal): -12908274 or 919867. OLE color: 919867.

HSL color Cylindrical-coordinate representation of color #3B090E: hue angle of 354º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B090E is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.77.

Color convert

RGB59914-
CMYK00.850.760.77
HSL354º73.53%13.33%-
HSV(B)354º84.75%23.14%-
XYZ1.981.160.53-
YUV24.52122.06152.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 71.95%
GREEN value IS 9 (3.91% from 255) = 10.98%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=71.95%
G=10.98%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5991400.850.760.7735473.5313.33
Hex3B9E0554C4D1624ad
Octal731116012511411554211215
Binary11101110011110010101011001100100110110110001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,9,14); }

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

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

 a { background-color: rgb(59,9,14); }

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

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

 span { border-color: rgb(59,9,14); }

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