#350113

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

Shades of Rustic Red #350113

Tints of Rustic Red #350113

Color information

#350113 (or 0x350113) is unknown color: approx Rustic Red. HEX triplet: 35, 01 and 13. RGB value is (53,1,19). Sum of RGB (Red+Green+Blue) = 53+1+19=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #350113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350113 is #CAFEEC. Grayscale: #121212. Windows color (decimal): -13303533 or 1245493. OLE color: 1245493.

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

Color convert

RGB53119-
CMYK00.980.640.79
HSL339.23º96.3%10.59%-
HSV(B)339.23º98.11%20.78%-
XYZ1.60.830.69-
YUV18.6128.23152.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 72.60%
GREEN value IS 1 (0.78% from 255) = 1.37%
BLUE value IS 19 (7.81% from 255) = 26.03%
R=72.60%
G=1.37%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5311900.980.640.79339.2396.310.59
Hex35113062404F15360b
Octal65123014210011752314013
Binary110101110011011000101000000100111110101001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350113; }

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

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

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

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

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

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

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

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