#360B1A

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

Shades of Rustic Red #360B1A

Tints of Rustic Red #360B1A

Color information

#360B1A (or 0x360B1A) is unknown color: approx Rustic Red. HEX triplet: 36, 0B and 1A. RGB value is (54,11,26). Sum of RGB (Red+Green+Blue) = 54+11+26=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #360B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B1A is #C9F4E5. Grayscale: #191919. Windows color (decimal): -13235430 or 1706806. OLE color: 1706806.

HSL color Cylindrical-coordinate representation of color #360B1A: hue angle of 339.07º 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 #360B1A is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB541126-
CMYK00.800.520.79
HSL339.07º66.15%12.75%-
HSV(B)339.07º79.63%21.18%-
XYZ1.831.11.09-
YUV25.57128.25148.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 59.34%
GREEN value IS 11 (4.69% from 255) = 12.09%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=59.34%
G=12.09%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54112600.800.520.79339.0766.1512.75
Hex36B1A050344F15342d
Octal66133201206411752310215
Binary11011010111101001010000110100100111110101001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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