Html Css Color HEX #3B1516 Rustic Red

📋 copy color: '#3B1516'

red 59 ◦ green 21 ◦ blue 22

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

Shades of Rustic Red #3B1516

Tints of Rustic Red #3B1516

RGB

 RED value IS 59 (23.44% from 255) = 57.84%

 GREEN value IS 21 (8.59% from 255) = 20.59%

 BLUE value IS 22 (8.98% from 255) = 21.57%

R = 57.84%
G = 20.59%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.77

RGB Variations

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

Color information

#3B1516 (or 0x3B1516) is known color: Rustic Red. HEX triplet: 3B, 15 and 16. RGB value is (59,21,22). Sum of RGB (Red+Green+Blue) = 59+21+22=102 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.84% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1516 is #C4EAE9. Grayscale: #202020. Windows color (decimal): -12905194 or 1447227. OLE color: 1447227.

HSL color Cylindrical-coordinate representation of color #3B1516: hue angle of 358.42º 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 #3B1516 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 21 22 -
CMYK 0 0.64 0.63 0.77
HSL 358.42º 0.48% 0.16% -
HSV(B) 358.42º 0.64% 0.23% -
XYZ 2.22 1.52 0.94 -
YUV 32.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 59 21 22 0 0.64 0.63 0.77 358.42 0.48 0.16
Hex 3B 15 16 0 40 3F 4D 166 30 10
Octal 73 25 26 0 100 77 115 546 60 20
Binary 111011 10101 10110 0 1000000 111111 1001101 101100110 110000 10000

Color Harmonies of #3B1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1516

Black with #3B1516

Text Example


Text Example

White with #3B1516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B1516;
 }
 .AnyTagClassName
 {
   color: #3B1516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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