#350213

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

Shades of Rustic Red #350213

Tints of Rustic Red #350213

Color information

#350213 (or 0x350213) is unknown color: approx Rustic Red. HEX triplet: 35, 02 and 13. RGB value is (53,2,19). Sum of RGB (Red+Green+Blue) = 53+2+19=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #350213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350213 is #CAFDEC. Grayscale: #131313. Windows color (decimal): -13303277 or 1245749. OLE color: 1245749.

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

Color convert

RGB53219-
CMYK00.960.640.79
HSL340º92.73%10.78%-
HSV(B)340º96.23%20.78%-
XYZ1.610.850.69-
YUV19.19127.9152.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 71.62%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 19 (7.81% from 255) = 25.68%
R=71.62%
G=2.70%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5321900.960.640.7934092.7310.78
Hex35213060404F1545db
Octal65223014010011752413513
Binary1101011010011011000001000000100111110101010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350213; }

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

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

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

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

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

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

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

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