Html Css Color HEX #3B151D Rustic Red

📋 copy color: '#3B151D'

red 59 ◦ green 21 ◦ blue 29

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

Shades of Rustic Red #3B151D

Tints of Rustic Red #3B151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 26.61%

R = 54.13%
G = 19.27%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.77

RGB Variations

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

Color information

#3B151D (or 0x3B151D) is known color: Rustic Red. HEX triplet: 3B, 15 and 1D. RGB value is (59,21,29). Sum of RGB (Red+Green+Blue) = 59+21+29=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B151D is #C4EAE2. Grayscale: #212121. Windows color (decimal): -12905187 or 1905979. OLE color: 1905979.

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

Color convert

RGB 59 21 29 -
CMYK 0 0.64 0.51 0.77
HSL 347.37º 0.48% 0.16% -
HSV(B) 347.37º 0.64% 0.23% -
XYZ 2.29 1.55 1.34 -
YUV 33.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 59 21 29 0 0.64 0.51 0.77 347.37 0.48 0.16
Hex 3B 15 1D 0 40 33 4D 15B 30 10
Octal 73 25 35 0 100 63 115 533 60 20
Binary 111011 10101 11101 0 1000000 110011 1001101 101011011 110000 10000

Color Harmonies of #3B151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B151D

Black with #3B151D

Text Example


Text Example

White with #3B151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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