#360A0D

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

Shades of Rustic Red #360A0D

Tints of Rustic Red #360A0D

Color information

#360A0D (or 0x360A0D) is unknown color: approx Rustic Red. HEX triplet: 36, 0A and 0D. RGB value is (54,10,13). Sum of RGB (Red+Green+Blue) = 54+10+13=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #360A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360A0D is #C9F5F2. Grayscale: #171717. Windows color (decimal): -13235699 or 854582. OLE color: 854582.

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

Color convert

RGB541013-
CMYK00.810.760.79
HSL355.91º68.75%12.55%-
HSV(B)355.91º81.48%21.18%-
XYZ1.71.030.49-
YUV23.5122.08149.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 70.13%
GREEN value IS 10 (4.30% from 255) = 12.99%
BLUE value IS 13 (5.47% from 255) = 16.88%
R=70.13%
G=12.99%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54101300.810.760.79355.9168.7512.55
Hex36AD0514C4F16445d
Octal661215012111411754410515
Binary11011010101101010100011001100100111110110010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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