#350212

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

Shades of Rustic Red #350212

Tints of Rustic Red #350212

Color information

#350212 (or 0x350212) is unknown color: approx Rustic Red. HEX triplet: 35, 02 and 12. RGB value is (53,2,18). Sum of RGB (Red+Green+Blue) = 53+2+18=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #350212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350212 is #CAFDED. Grayscale: #131313. Windows color (decimal): -13303278 or 1180213. OLE color: 1180213.

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

Color convert

RGB53218-
CMYK00.960.660.79
HSL341.18º92.73%10.78%-
HSV(B)341.18º96.23%20.78%-
XYZ1.60.840.65-
YUV19.07127.4152.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 72.60%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 18 (7.42% from 255) = 24.66%
R=72.60%
G=2.74%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5321800.960.660.79341.1892.7310.78
Hex35212060424F1555db
Octal65222014010211752513513
Binary1101011010010011000001000010100111110101010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350212; }

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

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

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

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

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

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

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

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