#350912

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

Shades of Rustic Red #350912

Tints of Rustic Red #350912

Color information

#350912 (or 0x350912) is unknown color: approx Rustic Red. HEX triplet: 35, 09 and 12. RGB value is (53,9,18). Sum of RGB (Red+Green+Blue) = 53+9+18=80 (10% of max value = 765). Red value is 53 (21.09% from 255 or 66.25% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 53 - color contains mainly: red. Hex color #350912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350912 is #CAF6ED. Grayscale: #171717. Windows color (decimal): -13301486 or 1182005. OLE color: 1182005.

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

Color convert

RGB53918-
CMYK00.830.660.79
HSL347.73º70.97%12.16%-
HSV(B)347.73º83.02%20.78%-
XYZ1.6810.68-
YUV23.18125.08149.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 66.25%
GREEN value IS 9 (3.91% from 255) = 11.25%
BLUE value IS 18 (7.42% from 255) = 22.5%
R=66.25%
G=11.25%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5391800.830.660.79347.7370.9712.16
Hex35912053424F15c47c
Octal651122012310211753410714
Binary110101100110010010100111000010100111110101110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350912; }

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

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

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

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

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

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

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

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