#35181D

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

Shades of Rustic Red #35181D

Tints of Rustic Red #35181D

Color information

#35181D (or 0x35181D) is unknown color: approx Rustic Red. HEX triplet: 35, 18 and 1D. RGB value is (53,24,29). Sum of RGB (Red+Green+Blue) = 53+24+29=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #35181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35181D is #CAE7E2. Grayscale: #212121. Windows color (decimal): -13297635 or 1906741. OLE color: 1906741.

HSL color Cylindrical-coordinate representation of color #35181D: hue angle of 349.66º 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 #35181D is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB532429-
CMYK00.550.450.79
HSL349.66º37.66%15.1%-
HSV(B)349.66º54.72%20.78%-
XYZ2.021.51.35-
YUV33.24125.61142.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 22.64%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=50%
G=22.64%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53242900.550.450.79349.6637.6615.1
Hex35181D0372D4F15e26f
Octal653035067551175364617
Binary1101011100011101011011110110110011111010111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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