#350817

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

Shades of Rustic Red #350817

Tints of Rustic Red #350817

Color information

#350817 (or 0x350817) is unknown color: approx Rustic Red. HEX triplet: 35, 08 and 17. RGB value is (53,8,23). Sum of RGB (Red+Green+Blue) = 53+8+23=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #350817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350817 is #CAF7E8. Grayscale: #171717. Windows color (decimal): -13301737 or 1509429. OLE color: 1509429.

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

Color convert

RGB53823-
CMYK00.850.570.79
HSL340º73.77%11.96%-
HSV(B)340º84.91%20.78%-
XYZ1.710.990.91-
YUV23.16127.91149.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 63.10%
GREEN value IS 8 (3.52% from 255) = 9.52%
BLUE value IS 23 (9.38% from 255) = 27.38%
R=63.10%
G=9.52%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5382300.850.570.7934073.7711.96
Hex35817055394F1544ac
Octal65102701257111752411214
Binary11010110001011101010101111001100111110101010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350817; }

 p { color: rgb(53,8,23); }

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

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

 a { background-color: rgb(53,8,23); }

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

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

 span { border-color: rgb(53,8,23); }

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