Html Css Color HEX #3B121C Rustic Red

📋 copy color: '#3B121C'

red 59 ◦ green 18 ◦ blue 28

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

Shades of Rustic Red #3B121C

Tints of Rustic Red #3B121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.14%

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

R = 56.19%
G = 17.14%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.77

RGB Variations

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

Color information

#3B121C (or 0x3B121C) is known color: Rustic Red. HEX triplet: 3B, 12 and 1C. RGB value is (59,18,28). Sum of RGB (Red+Green+Blue) = 59+18+28=105 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.19% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 59 - color contains mainly: red. Hex color #3B121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B121C is #C4EDE3. Grayscale: #1F1F1F. Windows color (decimal): -12905956 or 1839675. OLE color: 1839675.

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

Color convert

RGB 59 18 28 -
CMYK 0 0.69 0.53 0.77
HSL 345.37º 0.53% 0.15% -
HSV(B) 345.37º 0.69% 0.23% -
XYZ 2.23 1.45 1.26 -
YUV 31.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 59 18 28 0 0.69 0.53 0.77 345.37 0.53 0.15
Hex 3B 12 1C 0 45 35 4D 159 35 F
Octal 73 22 34 0 105 65 115 531 65 17
Binary 111011 10010 11100 0 1000101 110101 1001101 101011001 110101 1111

Color Harmonies of #3B121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B121C

Black with #3B121C

Text Example


Text Example

White with #3B121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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