#350116

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

Shades of Rustic Red #350116

Tints of Rustic Red #350116

Color information

#350116 (or 0x350116) is unknown color: approx Rustic Red. HEX triplet: 35, 01 and 16. RGB value is (53,1,22). Sum of RGB (Red+Green+Blue) = 53+1+22=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #350116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350116 is #CAFEE9. Grayscale: #121212. Windows color (decimal): -13303530 or 1442101. OLE color: 1442101.

HSL color Cylindrical-coordinate representation of color #350116: hue angle of 335.77º 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 #350116 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB53122-
CMYK00.980.580.79
HSL335.77º96.3%10.59%-
HSV(B)335.77º98.11%20.78%-
XYZ1.620.840.83-
YUV18.94129.73152.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 69.74%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=69.74%
G=1.32%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5312200.980.580.79335.7796.310.59
Hex351160623A4F15060b
Octal6512601427211752014013
Binary11010111011001100010111010100111110101000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350116; }

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

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

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

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

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

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

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

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