Html Css Color HEX #3B1316 Rustic Red

📋 copy color: '#3B1316'

red 59 ◦ green 19 ◦ blue 22

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

Shades of Rustic Red #3B1316

Tints of Rustic Red #3B1316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19%

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

R = 59%
G = 19%
B = 22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.77

RGB Variations

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

Color information

#3B1316 (or 0x3B1316) is known color: Rustic Red. HEX triplet: 3B, 13 and 16. RGB value is (59,19,22). Sum of RGB (Red+Green+Blue) = 59+19+22=100 (13% of max value = 765). Red value is 59 (23.44% from 255 or 59% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1316 is #C4ECE9. Grayscale: #1F1F1F. Windows color (decimal): -12905706 or 1446715. OLE color: 1446715.

HSL color Cylindrical-coordinate representation of color #3B1316: hue angle of 355.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B1316 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 19 22 -
CMYK 0 0.68 0.63 0.77
HSL 355.5º 0.51% 0.15% -
HSV(B) 355.5º 0.68% 0.23% -
XYZ 2.18 1.45 0.92 -
YUV 31.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 59 19 22 0 0.68 0.63 0.77 355.5 0.51 0.15
Hex 3B 13 16 0 44 3F 4D 164 33 F
Octal 73 23 26 0 104 77 115 544 63 17
Binary 111011 10011 10110 0 1000100 111111 1001101 101100100 110011 1111

Color Harmonies of #3B1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1316

Black with #3B1316

Text Example


Text Example

White with #3B1316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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