Html Css Color HEX #3B0D18 Rustic Red

📋 copy color: '#3B0D18'

red 59 ◦ green 13 ◦ blue 24

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

Shades of Rustic Red #3B0D18

Tints of Rustic Red #3B0D18

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.54%

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

R = 61.46%
G = 13.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#3B0D18 (or 0x3B0D18) is known color: Rustic Red. HEX triplet: 3B, 0D and 18. RGB value is (59,13,24). Sum of RGB (Red+Green+Blue) = 59+13+24=96 (12% of max value = 765). Red value is 59 (23.44% from 255 or 61.46% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0D18 is #C4F2E7. Grayscale: #1C1C1C. Windows color (decimal): -12907240 or 1576251. OLE color: 1576251.

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

Color convert

RGB 59 13 24 -
CMYK 0 0.78 0.59 0.77
HSL 345.65º 0.64% 0.14% -
HSV(B) 345.65º 0.78% 0.23% -
XYZ 2.11 1.28 1 -
YUV 28.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 59 13 24 0 0.78 0.59 0.77 345.65 0.64 0.14
Hex 3B D 18 0 4E 3B 4D 15A 40 E
Octal 73 15 30 0 116 73 115 532 100 16
Binary 111011 1101 11000 0 1001110 111011 1001101 101011010 1000000 1110

Color Harmonies of #3B0D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0D18

Black with #3B0D18

Text Example


Text Example

White with #3B0D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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