#360F14

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

Shades of Rustic Red #360F14

Tints of Rustic Red #360F14

Color information

#360F14 (or 0x360F14) is unknown color: approx Rustic Red. HEX triplet: 36, 0F and 14. RGB value is (54,15,20). Sum of RGB (Red+Green+Blue) = 54+15+20=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #360F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360F14 is #C9F0EB. Grayscale: #1B1B1B. Windows color (decimal): -13234412 or 1314614. OLE color: 1314614.

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

Color convert

RGB541520-
CMYK00.720.630.79
HSL352.31º56.52%13.53%-
HSV(B)352.31º72.22%21.18%-
XYZ1.821.180.79-
YUV27.23123.92147.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60.67%
GREEN value IS 15 (6.25% from 255) = 16.85%
BLUE value IS 20 (8.20% from 255) = 22.47%
R=60.67%
G=16.85%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54152000.720.630.79352.3156.5213.53
Hex36F140483F4F16039e
Octal6617240110771175407116
Binary1101101111101000100100011111110011111011000001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,15,20); }

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

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

 a { background-color: rgb(54,15,20); }

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

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

 span { border-color: rgb(54,15,20); }

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