Html Css Color HEX #3B1517 Rustic Red

📋 copy color: '#3B1517'

red 59 ◦ green 21 ◦ blue 23

#3B1517
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #3B1517

Tints of Rustic Red #3B1517

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 value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.77

RGB Variations

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

Color information

#3B1517 (or 0x3B1517) is known color: 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

RGB 59 21 23 -
CMYK 0 0.64 0.61 0.77
HSL 356.84º 0.48% 0.16% -
HSV(B) 356.84º 0.64% 0.23% -
XYZ 2.23 1.53 0.99 -
YUV 32.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 59 21 23 0 0.64 0.61 0.77 356.84 0.48 0.16
Hex 3B 15 17 0 40 3D 4D 165 30 10
Octal 73 25 27 0 100 75 115 545 60 20
Binary 111011 10101 10111 0 1000000 111101 1001101 101100101 110000 10000

Color Harmonies of #3B1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1517

Black with #3B1517

Text Example


Text Example

White with #3B1517

Text Example


Text Example

HTML Codes & Css Web 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>