#360912

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

Shades of Rustic Red #360912

Tints of Rustic Red #360912

Color information

#360912 (or 0x360912) is unknown color: approx Rustic Red. HEX triplet: 36, 09 and 12. RGB value is (54,9,18). Sum of RGB (Red+Green+Blue) = 54+9+18=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #360912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360912 is #C9F6ED. Grayscale: #171717. Windows color (decimal): -13235950 or 1182006. OLE color: 1182006.

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

Color convert

RGB54918-
CMYK00.830.670.79
HSL348º71.43%12.35%-
HSV(B)348º83.33%21.18%-
XYZ1.731.020.68-
YUV23.48124.91149.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 66.67%
GREEN value IS 9 (3.91% from 255) = 11.11%
BLUE value IS 18 (7.42% from 255) = 22.22%
R=66.67%
G=11.11%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5491800.830.670.7934871.4312.35
Hex36912053434F15c47c
Octal661122012310311753410714
Binary110110100110010010100111000011100111110101110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360912; }

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

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

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

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

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

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

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

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