#351119

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

Shades of Rustic Red #351119

Tints of Rustic Red #351119

Color information

#351119 (or 0x351119) is unknown color: approx Rustic Red. HEX triplet: 35, 11 and 19. RGB value is (53,17,25). Sum of RGB (Red+Green+Blue) = 53+17+25=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #351119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351119 is #CAEEE6. Grayscale: #1C1C1C. Windows color (decimal): -13299431 or 1642805. OLE color: 1642805.

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

Color convert

RGB531725-
CMYK00.680.530.79
HSL346.67º51.43%13.73%-
HSV(B)346.67º67.92%20.78%-
XYZ1.841.231.06-
YUV28.68125.93145.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.79%
GREEN value IS 17 (7.03% from 255) = 17.89%
BLUE value IS 25 (10.16% from 255) = 26.32%
R=55.79%
G=17.89%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53172500.680.530.79346.6751.4313.73
Hex351119044354F15b33e
Octal6521310104651175336316
Binary11010110001110010100010011010110011111010110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351119; }

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

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

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

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

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

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

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

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