#351213

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

Shades of Rustic Red #351213

Tints of Rustic Red #351213

Color information

#351213 (or 0x351213) is unknown color: approx Rustic Red. HEX triplet: 35, 12 and 13. RGB value is (53,18,19). Sum of RGB (Red+Green+Blue) = 53+18+19=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #351213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351213 is #CAEDEC. Grayscale: #1C1C1C. Windows color (decimal): -13299181 or 1249845. OLE color: 1249845.

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

Color convert

RGB531819-
CMYK00.660.640.79
HSL358.29º49.3%13.92%-
HSV(B)358.29º66.04%20.78%-
XYZ1.81.240.76-
YUV28.58122.6145.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=58.89%
G=20%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53181900.660.640.79358.2949.313.92
Hex351213042404F16631e
Octal65222301021001175466116
Binary110101100101001101000010100000010011111011001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351213; }

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

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

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

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

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

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

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

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