#350913

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

Shades of Rustic Red #350913

Tints of Rustic Red #350913

Color information

#350913 (or 0x350913) is unknown color: approx Rustic Red. HEX triplet: 35, 09 and 13. RGB value is (53,9,19). Sum of RGB (Red+Green+Blue) = 53+9+19=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #350913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350913 is #CAF6EC. Grayscale: #171717. Windows color (decimal): -13301485 or 1247541. OLE color: 1247541.

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

Color convert

RGB53919-
CMYK00.830.640.79
HSL346.36º70.97%12.16%-
HSV(B)346.36º83.02%20.78%-
XYZ1.6810.72-
YUV23.3125.58149.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 65.43%
GREEN value IS 9 (3.91% from 255) = 11.11%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=65.43%
G=11.11%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5391900.830.640.79346.3670.9712.16
Hex35913053404F15a47c
Octal651123012310011753210714
Binary110101100110011010100111000000100111110101101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350913; }

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

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

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

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

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

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

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

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