#36010D

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

Shades of Rustic Red #36010D

Tints of Rustic Red #36010D

Color information

#36010D (or 0x36010D) is unknown color: approx Rustic Red. HEX triplet: 36, 01 and 0D. RGB value is (54,1,13). Sum of RGB (Red+Green+Blue) = 54+1+13=68 (9% of max value = 765). Red value is 54 (21.48% from 255 or 79.41% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 54 - color contains mainly: red. Hex color #36010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36010D is #C9FEF2. Grayscale: #121212. Windows color (decimal): -13238003 or 852278. OLE color: 852278.

HSL color Cylindrical-coordinate representation of color #36010D: hue angle of 346.42º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36010D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB54113-
CMYK00.980.760.79
HSL346.42º96.36%10.78%-
HSV(B)346.42º98.15%21.18%-
XYZ1.60.840.46-
YUV18.22125.06153.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 79.41%
GREEN value IS 1 (0.78% from 255) = 1.47%
BLUE value IS 13 (5.47% from 255) = 19.12%
R=79.41%
G=1.47%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5411300.980.760.79346.4296.3610.78
Hex361D0624C4F15a60b
Octal66115014211411753214013
Binary11011011101011000101001100100111110101101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36010D; }

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

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

<style>
 a { background-color: #36010D; }

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

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

<style>
 span { border-color: #36010D; }

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

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