#350115

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

Shades of Rustic Red #350115

Tints of Rustic Red #350115

Color information

#350115 (or 0x350115) is unknown color: approx Rustic Red. HEX triplet: 35, 01 and 15. RGB value is (53,1,21). Sum of RGB (Red+Green+Blue) = 53+1+21=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #350115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350115 is #CAFEEA. Grayscale: #121212. Windows color (decimal): -13303531 or 1376565. OLE color: 1376565.

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

Color convert

RGB53121-
CMYK00.980.600.79
HSL336.92º96.3%10.59%-
HSV(B)336.92º98.11%20.78%-
XYZ1.610.830.79-
YUV18.83129.23152.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 70.67%
GREEN value IS 1 (0.78% from 255) = 1.33%
BLUE value IS 21 (8.59% from 255) = 28%
R=70.67%
G=1.33%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5312100.980.600.79336.9296.310.59
Hex351150623C4F15160b
Octal6512501427411752114013
Binary11010111010101100010111100100111110101000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350115; }

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

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

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

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

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

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

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

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