Html Css Color HEX #3B131C Rustic Red

📋 copy color: '#3B131C'

red 59 ◦ green 19 ◦ blue 28

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

Shades of Rustic Red #3B131C

Tints of Rustic Red #3B131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.92%

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

R = 55.66%
G = 17.92%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.77

RGB Variations

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

Color information

#3B131C (or 0x3B131C) is known color: Rustic Red. HEX triplet: 3B, 13 and 1C. RGB value is (59,19,28). Sum of RGB (Red+Green+Blue) = 59+19+28=106 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.66% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 59 - color contains mainly: red. Hex color #3B131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B131C is #C4ECE3. Grayscale: #1F1F1F. Windows color (decimal): -12905700 or 1839931. OLE color: 1839931.

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

Color convert

RGB 59 19 28 -
CMYK 0 0.68 0.53 0.77
HSL 346.5º 0.51% 0.15% -
HSV(B) 346.5º 0.68% 0.23% -
XYZ 2.25 1.48 1.27 -
YUV 31.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 59 19 28 0 0.68 0.53 0.77 346.5 0.51 0.15
Hex 3B 13 1C 0 44 35 4D 15A 33 F
Octal 73 23 34 0 104 65 115 532 63 17
Binary 111011 10011 11100 0 1000100 110101 1001101 101011010 110011 1111

Color Harmonies of #3B131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B131C

Black with #3B131C

Text Example


Text Example

White with #3B131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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