#360409

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

Shades of Rustic Red #360409

Tints of Rustic Red #360409

Color information

#360409 (or 0x360409) is unknown color: approx Rustic Red. HEX triplet: 36, 04 and 09. RGB value is (54,4,9). Sum of RGB (Red+Green+Blue) = 54+4+9=67 (8% of max value = 765). Red value is 54 (21.48% from 255 or 80.60% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 54 - color contains mainly: red. Hex color #360409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360409 is #C9FBF6. Grayscale: #131313. Windows color (decimal): -13237239 or 590902. OLE color: 590902.

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

Color convert

RGB5449-
CMYK00.930.830.79
HSL354º86.21%11.37%-
HSV(B)354º92.59%21.18%-
XYZ1.610.890.35-
YUV19.52122.06152.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 80.60%
GREEN value IS 4 (1.95% from 255) = 5.97%
BLUE value IS 9 (3.91% from 255) = 13.43%
R=80.60%
G=5.97%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal544900.930.830.7935486.2111.37
Hex364905D534F16256b
Octal66411013512311754212613
Binary1101101001001010111011010011100111110110001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360409; }

 p { color: rgb(54,4,9); }

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

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

 a { background-color: rgb(54,4,9); }

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

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

 span { border-color: rgb(54,4,9); }

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