#351819

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

Shades of Rustic Red #351819

Tints of Rustic Red #351819

Color information

#351819 (or 0x351819) is unknown color: approx Rustic Red. HEX triplet: 35, 18 and 19. RGB value is (53,24,25). Sum of RGB (Red+Green+Blue) = 53+24+25=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #351819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351819 is #CAE7E6. Grayscale: #202020. Windows color (decimal): -13297639 or 1644597. OLE color: 1644597.

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

Color convert

RGB532425-
CMYK00.550.530.79
HSL357.93º37.66%15.1%-
HSV(B)357.93º54.72%20.78%-
XYZ1.971.481.1-
YUV32.78123.61142.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.96%
GREEN value IS 24 (9.77% from 255) = 23.53%
BLUE value IS 25 (10.16% from 255) = 24.51%
R=51.96%
G=23.53%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53242500.550.530.79357.9337.6615.1
Hex351819037354F16626f
Octal653031067651175464617
Binary1101011100011001011011111010110011111011001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351819; }

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

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

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

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

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

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

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

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