#35191D

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

Shades of Rustic Red #35191D

Tints of Rustic Red #35191D

Color information

#35191D (or 0x35191D) is unknown color: approx Rustic Red. HEX triplet: 35, 19 and 1D. RGB value is (53,25,29). Sum of RGB (Red+Green+Blue) = 53+25+29=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #35191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35191D is #CAE6E2. Grayscale: #212121. Windows color (decimal): -13297379 or 1906997. OLE color: 1906997.

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

Color convert

RGB532529-
CMYK00.530.450.79
HSL351.43º35.9%15.29%-
HSV(B)351.43º52.83%20.78%-
XYZ2.041.541.35-
YUV33.83125.28141.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.53%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=49.53%
G=23.36%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53252900.530.450.79351.4335.915.29
Hex35191D0352D4F15f24f
Octal653135065551175374417
Binary1101011100111101011010110110110011111010111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35191D; }

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

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

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

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

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

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

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

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