Html Css Color HEX #3B1218 Rustic Red

📋 copy color: '#3B1218'

red 59 ◦ green 18 ◦ blue 24

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

Shades of Rustic Red #3B1218

Tints of Rustic Red #3B1218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.82%

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

R = 58.42%
G = 17.82%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#3B1218 (or 0x3B1218) is known color: Rustic Red. HEX triplet: 3B, 12 and 18. RGB value is (59,18,24). Sum of RGB (Red+Green+Blue) = 59+18+24=101 (13% of max value = 765). Red value is 59 (23.44% from 255 or 58.42% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1218 is #C4EDE7. Grayscale: #1E1E1E. Windows color (decimal): -12905960 or 1577531. OLE color: 1577531.

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

Color convert

RGB 59 18 24 -
CMYK 0 0.69 0.59 0.77
HSL 351.22º 0.53% 0.15% -
HSV(B) 351.22º 0.69% 0.23% -
XYZ 2.18 1.43 1.02 -
YUV 30.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 59 18 24 0 0.69 0.59 0.77 351.22 0.53 0.15
Hex 3B 12 18 0 45 3B 4D 15F 35 F
Octal 73 22 30 0 105 73 115 537 65 17
Binary 111011 10010 11000 0 1000101 111011 1001101 101011111 110101 1111

Color Harmonies of #3B1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1218

Black with #3B1218

Text Example


Text Example

White with #3B1218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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