#360112

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

Shades of Rustic Red #360112

Tints of Rustic Red #360112

Color information

#360112 (or 0x360112) is unknown color: approx Rustic Red. HEX triplet: 36, 01 and 12. RGB value is (54,1,18). Sum of RGB (Red+Green+Blue) = 54+1+18=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #360112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360112 is #C9FEED. Grayscale: #121212. Windows color (decimal): -13237998 or 1179958. OLE color: 1179958.

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

Color convert

RGB54118-
CMYK00.980.670.79
HSL340.75º96.36%10.78%-
HSV(B)340.75º98.15%21.18%-
XYZ1.640.850.65-
YUV18.78127.56153.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 73.97%
GREEN value IS 1 (0.78% from 255) = 1.37%
BLUE value IS 18 (7.42% from 255) = 24.66%
R=73.97%
G=1.37%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5411800.980.670.79340.7596.3610.78
Hex36112062434F15560b
Octal66122014210311752514013
Binary110110110010011000101000011100111110101010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360112; }

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

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

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

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

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

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

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

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