#350112

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

Shades of Rustic Red #350112

Tints of Rustic Red #350112

Color information

#350112 (or 0x350112) is unknown color: approx Rustic Red. HEX triplet: 35, 01 and 12. RGB value is (53,1,18). Sum of RGB (Red+Green+Blue) = 53+1+18=72 (9% of max value = 765). Red value is 53 (21.09% from 255 or 73.61% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 53 - color contains mainly: red. Hex color #350112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350112 is #CAFEED. Grayscale: #121212. Windows color (decimal): -13303534 or 1179957. OLE color: 1179957.

HSL color Cylindrical-coordinate representation of color #350112: hue angle of 340.38º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350112 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB53118-
CMYK00.980.660.79
HSL340.38º96.3%10.59%-
HSV(B)340.38º98.11%20.78%-
XYZ1.590.820.65-
YUV18.49127.73152.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 73.61%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 18 (7.42% from 255) = 25%
R=73.61%
G=1.39%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5311800.980.660.79340.3896.310.59
Hex35112062424F15460b
Octal65122014210211752414013
Binary110101110010011000101000010100111110101010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350112; }

 p { color: rgb(53,1,18); }

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

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

 a { background-color: rgb(53,1,18); }

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

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

 span { border-color: rgb(53,1,18); }

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