#3B181A

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

Shades of Rustic Red #3B181A

Tints of Rustic Red #3B181A

Color information

#3B181A (or 0x3B181A) is unknown color: approx Rustic Red. HEX triplet: 3B, 18 and 1A. RGB value is (59,24,26). Sum of RGB (Red+Green+Blue) = 59+24+26=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B181A is #C4E7E5. Grayscale: #222222. Windows color (decimal): -12904422 or 1710139. OLE color: 1710139.

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

Color convert

RGB592426-
CMYK00.590.560.77
HSL356.57º42.17%16.27%-
HSV(B)356.57º59.32%23.14%-
XYZ2.321.661.18-
YUV34.69123.1145.34-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.13%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=54.13%
G=22.02%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59242600.590.560.77356.5742.1716.27
Hex3B181A03B384D1652a10
Octal733032073701155455220
Binary11101111000110100111011111000100110110110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,24,26); }

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

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

 a { background-color: rgb(59,24,26); }

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

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

 span { border-color: rgb(59,24,26); }

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