#360509

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

Shades of Rustic Red #360509

Tints of Rustic Red #360509

Color information

#360509 (or 0x360509) is unknown color: approx Rustic Red. HEX triplet: 36, 05 and 09. RGB value is (54,5,9). Sum of RGB (Red+Green+Blue) = 54+5+9=68 (9% of max value = 765). Red value is 54 (21.48% from 255 or 79.41% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 54 - color contains mainly: red. Hex color #360509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360509 is #C9FAF6. Grayscale: #141414. Windows color (decimal): -13236983 or 591158. OLE color: 591158.

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

Color convert

RGB5459-
CMYK00.910.830.79
HSL355.1º83.05%11.57%-
HSV(B)355.1º90.74%21.18%-
XYZ1.620.910.35-
YUV20.11121.73152.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 79.41%
GREEN value IS 5 (2.34% from 255) = 7.35%
BLUE value IS 9 (3.91% from 255) = 13.24%
R=79.41%
G=7.35%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal545900.910.830.79355.183.0511.57
Hex365905B534F16353c
Octal66511013312311754312314
Binary1101101011001010110111010011100111110110001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360509; }

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

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

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

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

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

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

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

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