#3B1718

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

Shades of Rustic Red #3B1718

Tints of Rustic Red #3B1718

Color information

#3B1718 (or 0x3B1718) is unknown color: approx Rustic Red. HEX triplet: 3B, 17 and 18. RGB value is (59,23,24). Sum of RGB (Red+Green+Blue) = 59+23+24=106 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.66% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1718 is #C4E8E7. Grayscale: #212121. Windows color (decimal): -12904680 or 1578811. OLE color: 1578811.

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

Color convert

RGB592324-
CMYK00.610.590.77
HSL358.33º43.9%16.08%-
HSV(B)358.33º61.02%23.14%-
XYZ2.271.611.05-
YUV33.88122.43145.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 55.66%
GREEN value IS 23 (9.38% from 255) = 21.70%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=55.66%
G=21.70%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59232400.610.590.77358.3343.916.08
Hex3B171803D3B4D1662c10
Octal732730075731155465420
Binary11101110111110000111101111011100110110110011010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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