Html Css Color HEX #3B1B1D Rustic Red

📋 copy color: '#3B1B1D'

red 59 ◦ green 27 ◦ blue 29

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

Shades of Rustic Red #3B1B1D

Tints of Rustic Red #3B1B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 23.48%

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

R = 51.3%
G = 23.48%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.77

RGB Variations

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

Color information

#3B1B1D (or 0x3B1B1D) is known color: Rustic Red. HEX triplet: 3B, 1B and 1D. RGB value is (59,27,29). Sum of RGB (Red+Green+Blue) = 59+27+29=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1B1D is #C4E4E2. Grayscale: #242424. Windows color (decimal): -12903651 or 1907515. OLE color: 1907515.

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

Color convert

RGB 59 27 29 -
CMYK 0 0.54 0.51 0.77
HSL 356.25º 0.37% 0.17% -
HSV(B) 356.25º 0.54% 0.23% -
XYZ 2.42 1.8 1.38 -
YUV 36.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 59 27 29 0 0.54 0.51 0.77 356.25 0.37 0.17
Hex 3B 1B 1D 0 36 33 4D 164 25 11
Octal 73 33 35 0 66 63 115 544 45 21
Binary 111011 11011 11101 0 110110 110011 1001101 101100100 100101 10001

Color Harmonies of #3B1B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1B1D

Black with #3B1B1D

Text Example


Text Example

White with #3B1B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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