#3B121A

Color #3B121A Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #3B121A

Tints of Rustic Red #3B121A

Color information

#3B121A (or 0x3B121A) is unknown color: approx Rustic Red. HEX triplet: 3B, 12 and 1A. RGB value is (59,18,26). Sum of RGB (Red+Green+Blue) = 59+18+26=103 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.28% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 59 - color contains mainly: red. Hex color #3B121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B121A is #C4EDE5. Grayscale: #1F1F1F. Windows color (decimal): -12905958 or 1708603. OLE color: 1708603.

HSL color Cylindrical-coordinate representation of color #3B121A: hue angle of 348.29º 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 #3B121A is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.77.

Color convert

RGB591826-
CMYK00.690.560.77
HSL348.29º53.25%15.1%-
HSV(B)348.29º69.49%23.14%-
XYZ2.211.441.14-
YUV31.17125.08147.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 57.28%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 26 (10.55% from 255) = 25.24%
R=57.28%
G=17.48%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59182600.690.560.77348.2953.2515.1
Hex3B121A045384D15c35f
Octal7322320105701155346517
Binary11101110010110100100010111100010011011010111001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B121A;
 }
 .AnyTagClassName
 {
   color: #3B121A;
 }
</style>
background-color css

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

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

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

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

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

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