Html Css Color HEX #3B141C Rustic Red

📋 copy color: '#3B141C'

red 59 ◦ green 20 ◦ blue 28

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

Shades of Rustic Red #3B141C

Tints of Rustic Red #3B141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.69%

 BLUE value IS 28 (11.33% from 255) = 26.17%

R = 55.14%
G = 18.69%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.77

RGB Variations

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

Color information

#3B141C (or 0x3B141C) is known color: Rustic Red. HEX triplet: 3B, 14 and 1C. RGB value is (59,20,28). Sum of RGB (Red+Green+Blue) = 59+20+28=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B141C is #C4EBE3. Grayscale: #202020. Windows color (decimal): -12905444 or 1840187. OLE color: 1840187.

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

Color convert

RGB 59 20 28 -
CMYK 0 0.66 0.53 0.77
HSL 347.69º 0.49% 0.15% -
HSV(B) 347.69º 0.66% 0.23% -
XYZ 2.26 1.51 1.27 -
YUV 32.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 59 20 28 0 0.66 0.53 0.77 347.69 0.49 0.15
Hex 3B 14 1C 0 42 35 4D 15C 31 F
Octal 73 24 34 0 102 65 115 534 61 17
Binary 111011 10100 11100 0 1000010 110101 1001101 101011100 110001 1111

Color Harmonies of #3B141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B141C

Black with #3B141C

Text Example


Text Example

White with #3B141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,20,28); }

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

background-color css

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

 a { background-color: rgb(59,20,28); }

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

border-color css

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

 span { border-color: rgb(59,20,28); }

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