#350819

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

Shades of Rustic Red #350819

Tints of Rustic Red #350819

Color information

#350819 (or 0x350819) is unknown color: approx Rustic Red. HEX triplet: 35, 08 and 19. RGB value is (53,8,25). Sum of RGB (Red+Green+Blue) = 53+8+25=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #350819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350819 is #CAF7E6. Grayscale: #171717. Windows color (decimal): -13301735 or 1640501. OLE color: 1640501.

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

Color convert

RGB53825-
CMYK00.850.530.79
HSL337.33º73.77%11.96%-
HSV(B)337.33º84.91%20.78%-
XYZ1.7311.02-
YUV23.39128.91149.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 61.63%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 25 (10.16% from 255) = 29.07%
R=61.63%
G=9.30%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5382500.850.530.79337.3373.7711.96
Hex35819055354F1514ac
Octal65103101256511752111214
Binary11010110001100101010101110101100111110101000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350819; }

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

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

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

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

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

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

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

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