#350716

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

Shades of Rustic Red #350716

Tints of Rustic Red #350716

Color information

#350716 (or 0x350716) is unknown color: approx Rustic Red. HEX triplet: 35, 07 and 16. RGB value is (53,7,22). Sum of RGB (Red+Green+Blue) = 53+7+22=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 22 (8.98% from 255 or 26.83% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #350716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350716 is #CAF8E9. Grayscale: #161616. Windows color (decimal): -13301994 or 1443637. OLE color: 1443637.

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

Color convert

RGB53722-
CMYK00.870.580.79
HSL340.43º76.67%11.76%-
HSV(B)340.43º86.79%20.78%-
XYZ1.690.970.86-
YUV22.46127.74149.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 64.63%
GREEN value IS 7 (3.12% from 255) = 8.54%
BLUE value IS 22 (8.98% from 255) = 26.83%
R=64.63%
G=8.54%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5372200.870.580.79340.4376.6711.76
Hex357160573A4F1544dc
Octal6572601277211752411514
Binary1101011111011001010111111010100111110101010010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350716; }

 p { color: rgb(53,7,22); }

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

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

 a { background-color: rgb(53,7,22); }

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

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

 span { border-color: rgb(53,7,22); }

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