#3B091B

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

Shades of Rustic Red #3B091B

Tints of Rustic Red #3B091B

Color information

#3B091B (or 0x3B091B) is unknown color: approx Rustic Red. HEX triplet: 3B, 09 and 1B. RGB value is (59,9,27). Sum of RGB (Red+Green+Blue) = 59+9+27=95 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.11% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 59 - color contains mainly: red. Hex color #3B091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B091B is #C4F6E4. Grayscale: #191919. Windows color (decimal): -12908261 or 1771835. OLE color: 1771835.

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

Color convert

RGB59927-
CMYK00.850.540.77
HSL338.4º73.53%13.33%-
HSV(B)338.4º84.75%23.14%-
XYZ2.11.21.16-
YUV26128.56151.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 62.11%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 27 (10.94% from 255) = 28.42%
R=62.11%
G=9.47%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5992700.850.540.77338.473.5313.33
Hex3B91B055364D1524ad
Octal73113301256611552211215
Binary11101110011101101010101110110100110110101001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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