#351013

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

Shades of Rustic Red #351013

Tints of Rustic Red #351013

Color information

#351013 (or 0x351013) is unknown color: approx Rustic Red. HEX triplet: 35, 10 and 13. RGB value is (53,16,19). Sum of RGB (Red+Green+Blue) = 53+16+19=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #351013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351013 is #CAEFEC. Grayscale: #1B1B1B. Windows color (decimal): -13299693 or 1249333. OLE color: 1249333.

HSL color Cylindrical-coordinate representation of color #351013: hue angle of 355.14º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #351013 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB531619-
CMYK00.700.640.79
HSL355.14º53.62%13.53%-
HSV(B)355.14º69.81%20.78%-
XYZ1.771.170.75-
YUV27.4123.26146.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.23%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=60.23%
G=18.18%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53161900.700.640.79355.1453.6213.53
Hex351013046404F16336e
Octal65202301061001175436616
Binary110101100001001101000110100000010011111011000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351013; }

 p { color: rgb(53,16,19); }

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

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

 a { background-color: rgb(53,16,19); }

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

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

 span { border-color: rgb(53,16,19); }

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