#360C0D

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

Shades of Rustic Red #360C0D

Tints of Rustic Red #360C0D

Color information

#360C0D (or 0x360C0D) is unknown color: approx Rustic Red. HEX triplet: 36, 0C and 0D. RGB value is (54,12,13). Sum of RGB (Red+Green+Blue) = 54+12+13=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C0D is #C9F3F2. Grayscale: #181818. Windows color (decimal): -13235187 or 855094. OLE color: 855094.

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

Color convert

RGB541213-
CMYK00.780.760.79
HSL358.57º63.64%12.94%-
HSV(B)358.57º77.78%21.18%-
XYZ1.731.080.5-
YUV24.67121.41148.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 68.35%
GREEN value IS 12 (5.08% from 255) = 15.19%
BLUE value IS 13 (5.47% from 255) = 16.46%
R=68.35%
G=15.19%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54121300.780.760.79358.5763.6412.94
Hex36CD04E4C4F16740d
Octal661415011611411754710015
Binary11011011001101010011101001100100111110110011110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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