#350206

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

Shades of Rustic Red #350206

Tints of Rustic Red #350206

Color information

#350206 (or 0x350206) is unknown color: approx Rustic Red. HEX triplet: 35, 02 and 06. RGB value is (53,2,6). Sum of RGB (Red+Green+Blue) = 53+2+6=61 (8% of max value = 765). Red value is 53 (21.09% from 255 or 86.89% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 53 - color contains mainly: red. Hex color #350206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350206 is #CAFDF9. Grayscale: #111111. Windows color (decimal): -13303290 or 393781. OLE color: 393781.

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

Color convert

RGB5326-
CMYK00.960.890.79
HSL355.29º92.73%10.78%-
HSV(B)355.29º96.23%20.78%-
XYZ1.520.810.25-
YUV17.71121.4153.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 86.89%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 6 (2.73% from 255) = 9.84%
R=86.89%
G=3.28%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal532600.960.890.79355.2992.7310.78
Hex3526060594F1635db
Octal6526014013111754313513
Binary11010110110011000001011001100111110110001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350206; }

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

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

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

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

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

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

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

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