#350214

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

Shades of Rustic Red #350214

Tints of Rustic Red #350214

Color information

#350214 (or 0x350214) is unknown color: approx Rustic Red. HEX triplet: 35, 02 and 14. RGB value is (53,2,20). Sum of RGB (Red+Green+Blue) = 53+2+20=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #350214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350214 is #CAFDEB. Grayscale: #131313. Windows color (decimal): -13303276 or 1311285. OLE color: 1311285.

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

Color convert

RGB53220-
CMYK00.960.620.79
HSL338.82º92.73%10.78%-
HSV(B)338.82º96.23%20.78%-
XYZ1.620.850.74-
YUV19.3128.4152.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 70.67%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 20 (8.20% from 255) = 26.67%
R=70.67%
G=2.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5322000.960.620.79338.8292.7310.78
Hex352140603E4F1535db
Octal6522401407611752313513
Binary110101101010001100000111110100111110101001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350214; }

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

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

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

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

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

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

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

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