#3B1517

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

Shades of Rustic Red #3B1517

Tints of Rustic Red #3B1517

Color information

#3B1517 (or 0x3B1517) is unknown color: approx Rustic Red. HEX triplet: 3B, 15 and 17. RGB value is (59,21,23). Sum of RGB (Red+Green+Blue) = 59+21+23=103 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.28% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1517 is #C4EAE8. Grayscale: #202020. Windows color (decimal): -12905193 or 1512763. OLE color: 1512763.

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

Color convert

RGB592123-
CMYK00.640.610.77
HSL356.84º47.5%15.69%-
HSV(B)356.84º64.41%23.14%-
XYZ2.231.530.99-
YUV32.59122.59146.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 57.28%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 23 (9.38% from 255) = 22.33%
R=57.28%
G=20.39%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59212300.640.610.77356.8447.515.69
Hex3B15170403D4D1653010
Octal7325270100751155456020
Binary111011101011011101000000111101100110110110010111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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