#350914

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

Shades of Rustic Red #350914

Tints of Rustic Red #350914

Color information

#350914 (or 0x350914) is unknown color: approx Rustic Red. HEX triplet: 35, 09 and 14. RGB value is (53,9,20). Sum of RGB (Red+Green+Blue) = 53+9+20=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #350914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350914 is #CAF6EB. Grayscale: #171717. Windows color (decimal): -13301484 or 1313077. OLE color: 1313077.

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

Color convert

RGB53920-
CMYK00.830.620.79
HSL345º70.97%12.16%-
HSV(B)345º83.02%20.78%-
XYZ1.6910.77-
YUV23.41126.08149.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 64.63%
GREEN value IS 9 (3.91% from 255) = 10.98%
BLUE value IS 20 (8.20% from 255) = 24.39%
R=64.63%
G=10.98%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5392000.830.620.7934570.9712.16
Hex359140533E4F15947c
Octal65112401237611753110714
Binary11010110011010001010011111110100111110101100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350914; }

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

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

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

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

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

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

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

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