#351112

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

Shades of Rustic Red #351112

Tints of Rustic Red #351112

Color information

#351112 (or 0x351112) is unknown color: approx Rustic Red. HEX triplet: 35, 11 and 12. RGB value is (53,17,18). Sum of RGB (Red+Green+Blue) = 53+17+18=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #351112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351112 is #CAEEED. Grayscale: #1B1B1B. Windows color (decimal): -13299438 or 1184053. OLE color: 1184053.

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

Color convert

RGB531718-
CMYK00.680.660.79
HSL358.33º51.43%13.73%-
HSV(B)358.33º67.92%20.78%-
XYZ1.781.20.71-
YUV27.88122.43145.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.23%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 18 (7.42% from 255) = 20.45%
R=60.23%
G=19.32%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53171800.680.660.79358.3351.4313.73
Hex351112044424F16633e
Octal65212201041021175466316
Binary110101100011001001000100100001010011111011001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351112; }

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

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

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

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

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

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

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

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