#36010E

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

Shades of Rustic Red #36010E

Tints of Rustic Red #36010E

Color information

#36010E (or 0x36010E) is unknown color: approx Rustic Red. HEX triplet: 36, 01 and 0E. RGB value is (54,1,14). Sum of RGB (Red+Green+Blue) = 54+1+14=69 (9% of max value = 765). Red value is 54 (21.48% from 255 or 78.26% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 54 - color contains mainly: red. Hex color #36010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36010E is #C9FEF1. Grayscale: #121212. Windows color (decimal): -13238002 or 917814. OLE color: 917814.

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

Color convert

RGB54114-
CMYK00.980.740.79
HSL345.28º96.36%10.78%-
HSV(B)345.28º98.15%21.18%-
XYZ1.610.840.49-
YUV18.33125.56153.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 78.26%
GREEN value IS 1 (0.78% from 255) = 1.45%
BLUE value IS 14 (5.86% from 255) = 20.29%
R=78.26%
G=1.45%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5411400.980.740.79345.2896.3610.78
Hex361E0624A4F15960b
Octal66116014211211753114013
Binary11011011110011000101001010100111110101100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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