#350405

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

Shades of Rustic Red #350405

Tints of Rustic Red #350405

Color information

#350405 (or 0x350405) is unknown color: approx Rustic Red. HEX triplet: 35, 04 and 05. RGB value is (53,4,5). Sum of RGB (Red+Green+Blue) = 53+4+5=62 (8% of max value = 765). Red value is 53 (21.09% from 255 or 85.48% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 53 - color contains mainly: red. Hex color #350405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350405 is #CAFBFA. Grayscale: #121212. Windows color (decimal): -13302779 or 328757. OLE color: 328757.

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

Color convert

RGB5345-
CMYK00.920.910.79
HSL358.78º85.96%11.18%-
HSV(B)358.78º92.45%20.78%-
XYZ1.540.850.23-
YUV18.76120.23152.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 85.48%
GREEN value IS 4 (1.95% from 255) = 6.45%
BLUE value IS 5 (2.34% from 255) = 8.06%
R=85.48%
G=6.45%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal534500.920.910.79358.7885.9611.18
Hex354505C5B4F16756b
Octal6545013413311754712613
Binary110101100101010111001011011100111110110011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350405; }

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

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

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

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

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

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

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

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