#350406

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

Shades of Rustic Red #350406

Tints of Rustic Red #350406

Color information

#350406 (or 0x350406) is unknown color: approx Rustic Red. HEX triplet: 35, 04 and 06. RGB value is (53,4,6). Sum of RGB (Red+Green+Blue) = 53+4+6=63 (8% of max value = 765). Red value is 53 (21.09% from 255 or 84.13% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 53 - color contains mainly: red. Hex color #350406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350406 is #CAFBF9. Grayscale: #121212. Windows color (decimal): -13302778 or 394293. OLE color: 394293.

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

Color convert

RGB5346-
CMYK00.920.890.79
HSL357.55º85.96%11.18%-
HSV(B)357.55º92.45%20.78%-
XYZ1.540.860.26-
YUV18.88120.73152.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 84.13%
GREEN value IS 4 (1.95% from 255) = 6.35%
BLUE value IS 6 (2.73% from 255) = 9.52%
R=84.13%
G=6.35%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal534600.920.890.79357.5585.9611.18
Hex354605C594F16656b
Octal6546013413111754612613
Binary110101100110010111001011001100111110110011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350406; }

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

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

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

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

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

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

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

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