#350216

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

Shades of Rustic Red #350216

Tints of Rustic Red #350216

Color information

#350216 (or 0x350216) is unknown color: approx Rustic Red. HEX triplet: 35, 02 and 16. RGB value is (53,2,22). Sum of RGB (Red+Green+Blue) = 53+2+22=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #350216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350216 is #CAFDE9. Grayscale: #131313. Windows color (decimal): -13303274 or 1442357. OLE color: 1442357.

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

Color convert

RGB53222-
CMYK00.960.580.79
HSL336.47º92.73%10.78%-
HSV(B)336.47º96.23%20.78%-
XYZ1.630.860.84-
YUV19.53129.4151.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 68.83%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 22 (8.98% from 255) = 28.57%
R=68.83%
G=2.60%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5322200.960.580.79336.4792.7310.78
Hex352160603A4F1505db
Octal6522601407211752013513
Binary110101101011001100000111010100111110101000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350216; }

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

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

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

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

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

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

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

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