#3B090F

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

Shades of Rustic Red #3B090F

Tints of Rustic Red #3B090F

Color information

#3B090F (or 0x3B090F) is unknown color: approx Rustic Red. HEX triplet: 3B, 09 and 0F. RGB value is (59,9,15). Sum of RGB (Red+Green+Blue) = 59+9+15=83 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.08% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 59 - color contains mainly: red. Hex color #3B090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B090F is #C4F6F0. Grayscale: #181818. Windows color (decimal): -12908273 or 985403. OLE color: 985403.

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

Color convert

RGB59915-
CMYK00.850.750.77
HSL352.8º73.53%13.33%-
HSV(B)352.8º84.75%23.14%-
XYZ1.991.160.57-
YUV24.63122.56152.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 71.08%
GREEN value IS 9 (3.91% from 255) = 10.84%
BLUE value IS 15 (6.25% from 255) = 18.07%
R=71.08%
G=10.84%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5991500.850.750.77352.873.5313.33
Hex3B9F0554B4D1614ad
Octal731117012511311554111215
Binary11101110011111010101011001011100110110110000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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