#350004

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

Shades of Rustic Red #350004

Tints of Rustic Red #350004

Color information

#350004 (or 0x350004) is unknown color: approx Rustic Red. HEX triplet: 35, 00 and 04. RGB value is (53,0,4). Sum of RGB (Red+Green+Blue) = 53+0+4=57 (7% of max value = 765). Red value is 53 (21.09% from 255 or 92.98% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 53 - color contains mainly: red. Hex color #350004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350004 is #CAFFFB. Grayscale: #101010. Windows color (decimal): -13303804 or 262197. OLE color: 262197.

HSL color Cylindrical-coordinate representation of color #350004: hue angle of 355.47º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350004 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB5304-
CMYK010.920.79
HSL355.47º100%10.39%-
HSV(B)355.47º100%20.78%-
XYZ1.490.770.18-
YUV16.3121.06154.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 92.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 7.02%
R=92.98%
G=0%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5304010.920.79355.4710010.39
Hex35040645C4F16364a
Octal6504014413411754314412
Binary1101010100011001001011100100111110110001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350004; }

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

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

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

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

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

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

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

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