#360B0F

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

Shades of Rustic Red #360B0F

Tints of Rustic Red #360B0F

Color information

#360B0F (or 0x360B0F) is unknown color: approx Rustic Red. HEX triplet: 36, 0B and 0F. RGB value is (54,11,15). Sum of RGB (Red+Green+Blue) = 54+11+15=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #360B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B0F is #C9F4F0. Grayscale: #181818. Windows color (decimal): -13235441 or 985910. OLE color: 985910.

HSL color Cylindrical-coordinate representation of color #360B0F: hue angle of 354.42º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360B0F is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB541115-
CMYK00.800.720.79
HSL354.42º66.15%12.75%-
HSV(B)354.42º79.63%21.18%-
XYZ1.731.060.57-
YUV24.31122.75149.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 67.5%
GREEN value IS 11 (4.69% from 255) = 13.75%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=67.5%
G=13.75%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54111500.800.720.79354.4266.1512.75
Hex36BF050484F16242d
Octal661317012011011754210215
Binary11011010111111010100001001000100111110110001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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