#360918

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

Shades of Rustic Red #360918

Tints of Rustic Red #360918

Color information

#360918 (or 0x360918) is unknown color: approx Rustic Red. HEX triplet: 36, 09 and 18. RGB value is (54,9,24). Sum of RGB (Red+Green+Blue) = 54+9+24=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #360918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360918 is #C9F6E7. Grayscale: #181818. Windows color (decimal): -13235944 or 1575222. OLE color: 1575222.

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

Color convert

RGB54924-
CMYK00.830.560.79
HSL340º71.43%12.35%-
HSV(B)340º83.33%21.18%-
XYZ1.781.050.97-
YUV24.17127.91149.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 62.07%
GREEN value IS 9 (3.91% from 255) = 10.34%
BLUE value IS 24 (9.77% from 255) = 27.59%
R=62.07%
G=10.34%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5492400.830.560.7934071.4312.35
Hex36918053384F15447c
Octal66113001237011752410714
Binary11011010011100001010011111000100111110101010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360918; }

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

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

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

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

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

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

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

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