#350512

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

Shades of Rustic Red #350512

Tints of Rustic Red #350512

Color information

#350512 (or 0x350512) is unknown color: approx Rustic Red. HEX triplet: 35, 05 and 12. RGB value is (53,5,18). Sum of RGB (Red+Green+Blue) = 53+5+18=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #350512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350512 is #CAFAED. Grayscale: #141414. Windows color (decimal): -13302510 or 1180981. OLE color: 1180981.

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

Color convert

RGB53518-
CMYK00.910.660.79
HSL343.75º82.76%11.37%-
HSV(B)343.75º90.57%20.78%-
XYZ1.630.910.66-
YUV20.83126.4150.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 69.74%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=69.74%
G=6.58%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5351800.910.660.79343.7582.7611.37
Hex3551205B424F15853b
Octal65522013310211753012313
Binary11010110110010010110111000010100111110101100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350512; }

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

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

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

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

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

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

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

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