#350210

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

Shades of Rustic Red #350210

Tints of Rustic Red #350210

Color information

#350210 (or 0x350210) is unknown color: approx Rustic Red. HEX triplet: 35, 02 and 10. RGB value is (53,2,16). Sum of RGB (Red+Green+Blue) = 53+2+16=71 (9% of max value = 765). Red value is 53 (21.09% from 255 or 74.65% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 53 - color contains mainly: red. Hex color #350210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350210 is #CAFDEF. Grayscale: #121212. Windows color (decimal): -13303280 or 1049141. OLE color: 1049141.

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

Color convert

RGB53216-
CMYK00.960.700.79
HSL343.53º92.73%10.78%-
HSV(B)343.53º96.23%20.78%-
XYZ1.580.840.57-
YUV18.85126.4152.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 74.65%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 16 (6.64% from 255) = 22.54%
R=74.65%
G=2.82%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5321600.960.700.79343.5392.7310.78
Hex35210060464F1585db
Octal65220014010611753013513
Binary1101011010000011000001000110100111110101100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350210; }

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

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

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

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

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

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

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

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