#36090D

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

Shades of Rustic Red #36090D

Tints of Rustic Red #36090D

Color information

#36090D (or 0x36090D) is unknown color: approx Rustic Red. HEX triplet: 36, 09 and 0D. RGB value is (54,9,13). Sum of RGB (Red+Green+Blue) = 54+9+13=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #36090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36090D is #C9F6F2. Grayscale: #161616. Windows color (decimal): -13235955 or 854326. OLE color: 854326.

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

Color convert

RGB54913-
CMYK00.830.760.79
HSL354.67º71.43%12.35%-
HSV(B)354.67º83.33%21.18%-
XYZ1.691.010.49-
YUV22.91122.41150.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 71.05%
GREEN value IS 9 (3.91% from 255) = 11.84%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=71.05%
G=11.84%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5491300.830.760.79354.6771.4312.35
Hex369D0534C4F16347c
Octal661115012311411754310714
Binary11011010011101010100111001100100111110110001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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