#350910

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

Shades of Rustic Red #350910

Tints of Rustic Red #350910

Color information

#350910 (or 0x350910) is unknown color: approx Rustic Red. HEX triplet: 35, 09 and 10. RGB value is (53,9,16). Sum of RGB (Red+Green+Blue) = 53+9+16=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #350910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350910 is #CAF6EF. Grayscale: #161616. Windows color (decimal): -13301488 or 1050933. OLE color: 1050933.

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

Color convert

RGB53916-
CMYK00.830.700.79
HSL350.45º70.97%12.16%-
HSV(B)350.45º83.02%20.78%-
XYZ1.660.990.59-
YUV22.95124.08149.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 67.95%
GREEN value IS 9 (3.91% from 255) = 11.54%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=67.95%
G=11.54%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5391600.830.700.79350.4570.9712.16
Hex35910053464F15e47c
Octal651120012310611753610714
Binary110101100110000010100111000110100111110101111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350910; }

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

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

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

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

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

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

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

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