#35171C

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

Shades of Rustic Red #35171C

Tints of Rustic Red #35171C

Color information

#35171C (or 0x35171C) is unknown color: approx Rustic Red. HEX triplet: 35, 17 and 1C. RGB value is (53,23,28). Sum of RGB (Red+Green+Blue) = 53+23+28=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #35171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35171C is #CAE8E3. Grayscale: #202020. Windows color (decimal): -13297892 or 1840949. OLE color: 1840949.

HSL color Cylindrical-coordinate representation of color #35171C: hue angle of 350º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35171C is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB532328-
CMYK00.570.470.79
HSL350º39.47%14.9%-
HSV(B)350º56.6%20.78%-
XYZ1.981.451.27-
YUV32.54125.44142.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.96%
GREEN value IS 23 (9.38% from 255) = 22.12%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=50.96%
G=22.12%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53232800.570.470.7935039.4714.9
Hex35171C0392F4F15e27f
Octal652734071571175364717
Binary1101011011111100011100110111110011111010111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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