Html Css Color HEX #3B1118 Rustic Red

📋 copy color: '#3B1118'

red 59 ◦ green 17 ◦ blue 24

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

Shades of Rustic Red #3B1118

Tints of Rustic Red #3B1118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17%

 BLUE value IS 24 (9.77% from 255) = 24%

R = 59%
G = 17%
B = 24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#3B1118 (or 0x3B1118) is known color: Rustic Red. HEX triplet: 3B, 11 and 18. RGB value is (59,17,24). Sum of RGB (Red+Green+Blue) = 59+17+24=100 (13% of max value = 765). Red value is 59 (23.44% from 255 or 59% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1118 is #C4EEE7. Grayscale: #1E1E1E. Windows color (decimal): -12906216 or 1577275. OLE color: 1577275.

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

Color convert

RGB 59 17 24 -
CMYK 0 0.71 0.59 0.77
HSL 350º 0.55% 0.15% -
HSV(B) 350º 0.71% 0.23% -
XYZ 2.17 1.4 1.02 -
YUV 30.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 59 17 24 0 0.71 0.59 0.77 350 0.55 0.15
Hex 3B 11 18 0 47 3B 4D 15E 37 F
Octal 73 21 30 0 107 73 115 536 67 17
Binary 111011 10001 11000 0 1000111 111011 1001101 101011110 110111 1111

Color Harmonies of #3B1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1118

Black with #3B1118

Text Example


Text Example

White with #3B1118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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