#350104

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

Shades of Rustic Red #350104

Tints of Rustic Red #350104

Color information

#350104 (or 0x350104) is unknown color: approx Rustic Red. HEX triplet: 35, 01 and 04. RGB value is (53,1,4). Sum of RGB (Red+Green+Blue) = 53+1+4=58 (7% of max value = 765). Red value is 53 (21.09% from 255 or 91.38% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 53 - color contains mainly: red. Hex color #350104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350104 is #CAFEFB. Grayscale: #101010. Windows color (decimal): -13303548 or 262453. OLE color: 262453.

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

Color convert

RGB5314-
CMYK00.980.920.79
HSL356.54º96.3%10.59%-
HSV(B)356.54º98.11%20.78%-
XYZ1.50.790.19-
YUV16.89120.73153.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 91.38%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 4 (1.95% from 255) = 6.90%
R=91.38%
G=1.72%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal531400.980.920.79356.5496.310.59
Hex35140625C4F16560b
Octal6514014213411754514013
Binary1101011100011000101011100100111110110010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350104; }

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

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

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

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

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

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

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

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