#3B161C

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

Shades of Rustic Red #3B161C

Tints of Rustic Red #3B161C

Color information

#3B161C (or 0x3B161C) is unknown color: approx Rustic Red. HEX triplet: 3B, 16 and 1C. RGB value is (59,22,28). Sum of RGB (Red+Green+Blue) = 59+22+28=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B161C is #C4E9E3. Grayscale: #212121. Windows color (decimal): -12904932 or 1840699. OLE color: 1840699.

HSL color Cylindrical-coordinate representation of color #3B161C: hue angle of 350.27º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B161C is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB592228-
CMYK00.630.530.77
HSL350.27º45.68%15.88%-
HSV(B)350.27º62.71%23.14%-
XYZ2.31.591.28-
YUV33.75124.76146.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.13%
GREEN value IS 22 (8.98% from 255) = 20.18%
BLUE value IS 28 (11.33% from 255) = 25.69%
R=54.13%
G=20.18%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59222800.630.530.77350.2745.6815.88
Hex3B161C03F354D15e2e10
Octal732634077651155365620
Binary11101110110111000111111110101100110110101111010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,22,28); }

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

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

 a { background-color: rgb(59,22,28); }

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

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

 span { border-color: rgb(59,22,28); }

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