#360612

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

Shades of Rustic Red #360612

Tints of Rustic Red #360612

Color information

#360612 (or 0x360612) is unknown color: approx Rustic Red. HEX triplet: 36, 06 and 12. RGB value is (54,6,18). Sum of RGB (Red+Green+Blue) = 54+6+18=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #360612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360612 is #C9F9ED. Grayscale: #151515. Windows color (decimal): -13236718 or 1181238. OLE color: 1181238.

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

Color convert

RGB54618-
CMYK00.890.670.79
HSL345º80%11.76%-
HSV(B)345º88.89%21.18%-
XYZ1.70.960.67-
YUV21.72125.9151.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 69.23%
GREEN value IS 6 (2.73% from 255) = 7.69%
BLUE value IS 18 (7.42% from 255) = 23.08%
R=69.23%
G=7.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5461800.890.670.793458011.76
Hex36612059434F15950c
Octal66622013110311753112014
Binary11011011010010010110011000011100111110101100110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360612; }

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

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

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

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

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

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

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

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