Html Css Color HEX #3B161C Rustic Red

📋 copy color: '#3B161C'

red 59 ◦ green 22 ◦ blue 28

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

Shades of Rustic Red #3B161C

Tints of Rustic Red #3B161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.18%

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

R = 54.13%
G = 20.18%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.77

RGB Variations

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

Color information

#3B161C (or 0x3B161C) is known color: Rustic Red. HEX triplet: 3B, 16 and 1C. RGB value is (59,22,28). Sum of RGB (Red+Green+Blue) = 59+22+28=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B161C is #C4E9E3. Grayscale: #212121. Windows color (decimal): -12904932 or 1840699. OLE color: 1840699.

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

Color convert

RGB 59 22 28 -
CMYK 0 0.63 0.53 0.77
HSL 350.27º 0.46% 0.16% -
HSV(B) 350.27º 0.63% 0.23% -
XYZ 2.3 1.59 1.28 -
YUV 33.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 59 22 28 0 0.63 0.53 0.77 350.27 0.46 0.16
Hex 3B 16 1C 0 3F 35 4D 15E 2E 10
Octal 73 26 34 0 77 65 115 536 56 20
Binary 111011 10110 11100 0 111111 110101 1001101 101011110 101110 10000

Color Harmonies of #3B161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B161C

Black with #3B161C

Text Example


Text Example

White with #3B161C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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