#350114

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

Shades of Rustic Red #350114

Tints of Rustic Red #350114

Color information

#350114 (or 0x350114) is unknown color: approx Rustic Red. HEX triplet: 35, 01 and 14. RGB value is (53,1,20). Sum of RGB (Red+Green+Blue) = 53+1+20=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #350114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350114 is #CAFEEB. Grayscale: #121212. Windows color (decimal): -13303532 or 1311029. OLE color: 1311029.

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

Color convert

RGB53120-
CMYK00.980.620.79
HSL338.08º96.3%10.59%-
HSV(B)338.08º98.11%20.78%-
XYZ1.610.830.74-
YUV18.71128.73152.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 71.62%
GREEN value IS 1 (0.78% from 255) = 1.35%
BLUE value IS 20 (8.20% from 255) = 27.03%
R=71.62%
G=1.35%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5312000.980.620.79338.0896.310.59
Hex351140623E4F15260b
Octal6512401427611752214013
Binary11010111010001100010111110100111110101001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350114; }

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

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

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

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

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

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

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

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