#350B19

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

Shades of Rustic Red #350B19

Tints of Rustic Red #350B19

Color information

#350B19 (or 0x350B19) is unknown color: approx Rustic Red. HEX triplet: 35, 0B and 19. RGB value is (53,11,25). Sum of RGB (Red+Green+Blue) = 53+11+25=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #350B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350B19 is #CAF4E6. Grayscale: #191919. Windows color (decimal): -13300967 or 1641269. OLE color: 1641269.

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

Color convert

RGB531125-
CMYK00.790.530.79
HSL340º65.62%12.55%-
HSV(B)340º79.25%20.78%-
XYZ1.761.071.03-
YUV25.15127.91147.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 59.55%
GREEN value IS 11 (4.69% from 255) = 12.36%
BLUE value IS 25 (10.16% from 255) = 28.09%
R=59.55%
G=12.36%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53112500.790.530.7934065.6212.55
Hex35B1904F354F15442d
Octal65133101176511752410215
Binary11010110111100101001111110101100111110101010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350B19; }

 p { color: rgb(53,11,25); }

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

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

 a { background-color: rgb(53,11,25); }

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

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

 span { border-color: rgb(53,11,25); }

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