#350708

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

Shades of Rustic Red #350708

Tints of Rustic Red #350708

Color information

#350708 (or 0x350708) is unknown color: approx Rustic Red. HEX triplet: 35, 07 and 08. RGB value is (53,7,8). Sum of RGB (Red+Green+Blue) = 53+7+8=68 (9% of max value = 765). Red value is 53 (21.09% from 255 or 77.94% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 53 - color contains mainly: red. Hex color #350708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350708 is #CAF8F7. Grayscale: #141414. Windows color (decimal): -13302008 or 526133. OLE color: 526133.

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

Color convert

RGB5378-
CMYK00.870.850.79
HSL358.7º76.67%11.76%-
HSV(B)358.7º86.79%20.78%-
XYZ1.590.930.32-
YUV20.87120.74150.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 77.94%
GREEN value IS 7 (3.12% from 255) = 10.29%
BLUE value IS 8 (3.52% from 255) = 11.76%
R=77.94%
G=10.29%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal537800.870.850.79358.776.6711.76
Hex3578057554F1674dc
Octal65710012712511754711514
Binary1101011111000010101111010101100111110110011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350708; }

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

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

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

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

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

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

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

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