#35181C

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

Shades of Rustic Red #35181C

Tints of Rustic Red #35181C

Color information

#35181C (or 0x35181C) is unknown color: approx Rustic Red. HEX triplet: 35, 18 and 1C. RGB value is (53,24,28). Sum of RGB (Red+Green+Blue) = 53+24+28=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #35181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35181C is #CAE7E3. Grayscale: #212121. Windows color (decimal): -13297636 or 1841205. OLE color: 1841205.

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

Color convert

RGB532428-
CMYK00.550.470.79
HSL351.72º37.66%15.1%-
HSV(B)351.72º54.72%20.78%-
XYZ21.491.28-
YUV33.13125.11142.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 28 (11.33% from 255) = 26.67%
R=50.48%
G=22.86%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53242800.550.470.79351.7237.6615.1
Hex35181C0372F4F16026f
Octal653034067571175404617
Binary1101011100011100011011110111110011111011000001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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