#351718

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

Shades of Rustic Red #351718

Tints of Rustic Red #351718

Color information

#351718 (or 0x351718) is unknown color: approx Rustic Red. HEX triplet: 35, 17 and 18. RGB value is (53,23,24). Sum of RGB (Red+Green+Blue) = 53+23+24=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #351718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351718 is #CAE8E7. Grayscale: #202020. Windows color (decimal): -13297896 or 1578805. OLE color: 1578805.

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

Color convert

RGB532324-
CMYK00.570.550.79
HSL358º39.47%14.9%-
HSV(B)358º56.6%20.78%-
XYZ1.941.441.04-
YUV32.08123.44142.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53%
GREEN value IS 23 (9.38% from 255) = 23%
BLUE value IS 24 (9.77% from 255) = 24%
R=53%
G=23%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53232400.570.550.7935839.4714.9
Hex351718039374F16627f
Octal652730071671175464717
Binary1101011011111000011100111011110011111011001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351718; }

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

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

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

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

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

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

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

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