#350314

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

Shades of Rustic Red #350314

Tints of Rustic Red #350314

Color information

#350314 (or 0x350314) is unknown color: approx Rustic Red. HEX triplet: 35, 03 and 14. RGB value is (53,3,20). Sum of RGB (Red+Green+Blue) = 53+3+20=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #350314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350314 is #CAFCEB. Grayscale: #131313. Windows color (decimal): -13303020 or 1311541. OLE color: 1311541.

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

Color convert

RGB53320-
CMYK00.940.620.79
HSL339.6º89.29%10.98%-
HSV(B)339.6º94.34%20.78%-
XYZ1.630.870.74-
YUV19.89128.06151.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 69.74%
GREEN value IS 3 (1.56% from 255) = 3.95%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=69.74%
G=3.95%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5332000.940.620.79339.689.2910.98
Hex3531405E3E4F15459b
Octal6532401367611752413113
Binary110101111010001011110111110100111110101010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350314; }

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

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

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

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

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

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

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

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