#3B090C

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

Shades of Rustic Red #3B090C

Tints of Rustic Red #3B090C

Color information

#3B090C (or 0x3B090C) is unknown color: approx Rustic Red. HEX triplet: 3B, 09 and 0C. RGB value is (59,9,12). Sum of RGB (Red+Green+Blue) = 59+9+12=80 (10% of max value = 765). Red value is 59 (23.44% from 255 or 73.75% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 59 - color contains mainly: red. Hex color #3B090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B090C is #C4F6F3. Grayscale: #181818. Windows color (decimal): -12908276 or 788795. OLE color: 788795.

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

Color convert

RGB59912-
CMYK00.850.800.77
HSL356.4º73.53%13.33%-
HSV(B)356.4º84.75%23.14%-
XYZ1.971.150.47-
YUV24.29121.06152.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 73.75%
GREEN value IS 9 (3.91% from 255) = 11.25%
BLUE value IS 12 (5.08% from 255) = 15%
R=73.75%
G=11.25%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5991200.850.800.77356.473.5313.33
Hex3B9C055504D1644ad
Octal731114012512011554411215
Binary11101110011100010101011010000100110110110010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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