#36010B

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

Shades of Rustic Red #36010B

Tints of Rustic Red #36010B

Color information

#36010B (or 0x36010B) is unknown color: approx Rustic Red. HEX triplet: 36, 01 and 0B. RGB value is (54,1,11). Sum of RGB (Red+Green+Blue) = 54+1+11=66 (8% of max value = 765). Red value is 54 (21.48% from 255 or 81.82% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 54 - color contains mainly: red. Hex color #36010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36010B is #C9FEF4. Grayscale: #121212. Windows color (decimal): -13238005 or 721206. OLE color: 721206.

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

Color convert

RGB54111-
CMYK00.980.800.79
HSL348.68º96.36%10.78%-
HSV(B)348.68º98.15%21.18%-
XYZ1.590.830.39-
YUV17.99124.06153.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 81.82%
GREEN value IS 1 (0.78% from 255) = 1.52%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=81.82%
G=1.52%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5411100.980.800.79348.6896.3610.78
Hex361B062504F15d60b
Octal66113014212011753514013
Binary11011011011011000101010000100111110101110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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