#36000F

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

Shades of Rustic Red #36000F

Tints of Rustic Red #36000F

Color information

#36000F (or 0x36000F) is unknown color: approx Rustic Red. HEX triplet: 36, 00 and 0F. RGB value is (54,0,15). Sum of RGB (Red+Green+Blue) = 54+0+15=69 (9% of max value = 765). Red value is 54 (21.48% from 255 or 78.26% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 54 - color contains mainly: red. Hex color #36000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36000F is #C9FFF0. Grayscale: #111111. Windows color (decimal): -13238257 or 983094. OLE color: 983094.

HSL color Cylindrical-coordinate representation of color #36000F: hue angle of 343.33º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36000F is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB54015-
CMYK010.720.79
HSL343.33º100%10.59%-
HSV(B)343.33º100%21.18%-
XYZ1.610.820.53-
YUV17.86126.39153.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 78.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 21.74%
R=78.26%
G=0%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54015010.720.79343.3310010.59
Hex360F064484F15764b
Octal66017014411011752714413
Binary11011001111011001001001000100111110101011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36000F; }

 p { color: rgb(54,0,15); }

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

<style>
 a { background-color: #36000F; }

 a { background-color: rgb(54,0,15); }

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

<style>
 span { border-color: #36000F; }

 span { border-color: rgb(54,0,15); }

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