#360C17

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

Shades of Rustic Red #360C17

Tints of Rustic Red #360C17

Color information

#360C17 (or 0x360C17) is unknown color: approx Rustic Red. HEX triplet: 36, 0C and 17. RGB value is (54,12,23). Sum of RGB (Red+Green+Blue) = 54+12+23=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #360C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C17 is #C9F3E8. Grayscale: #191919. Windows color (decimal): -13235177 or 1510454. OLE color: 1510454.

HSL color Cylindrical-coordinate representation of color #360C17: hue angle of 344.29º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #360C17 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB541223-
CMYK00.780.570.79
HSL344.29º63.64%12.94%-
HSV(B)344.29º77.78%21.18%-
XYZ1.811.110.93-
YUV25.81126.41148.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60.67%
GREEN value IS 12 (5.08% from 255) = 13.48%
BLUE value IS 23 (9.38% from 255) = 25.84%
R=60.67%
G=13.48%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54122300.780.570.79344.2963.6412.94
Hex36C1704E394F15840d
Octal66142701167111753010015
Binary11011011001011101001110111001100111110101100010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360C17; }

 p { color: rgb(54,12,23); }

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

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

 a { background-color: rgb(54,12,23); }

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

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

 span { border-color: rgb(54,12,23); }

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