#351619

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

Shades of Rustic Red #351619

Tints of Rustic Red #351619

Color information

#351619 (or 0x351619) is unknown color: approx Rustic Red. HEX triplet: 35, 16 and 19. RGB value is (53,22,25). Sum of RGB (Red+Green+Blue) = 53+22+25=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #351619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351619 is #CAE9E6. Grayscale: #1F1F1F. Windows color (decimal): -13298151 or 1644085. OLE color: 1644085.

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

Color convert

RGB532225-
CMYK00.580.530.79
HSL354.19º41.33%14.71%-
HSV(B)354.19º58.49%20.78%-
XYZ1.931.41.09-
YUV31.61124.27143.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53%
GREEN value IS 22 (8.98% from 255) = 22%
BLUE value IS 25 (10.16% from 255) = 25%
R=53%
G=22%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53222500.580.530.79354.1941.3314.71
Hex35161903A354F16229f
Octal652631072651175425117
Binary1101011011011001011101011010110011111011000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351619; }

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

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

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

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

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

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

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

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