#36030F

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

Shades of Rustic Red #36030F

Tints of Rustic Red #36030F

Color information

#36030F (or 0x36030F) is unknown color: approx Rustic Red. HEX triplet: 36, 03 and 0F. RGB value is (54,3,15). Sum of RGB (Red+Green+Blue) = 54+3+15=72 (9% of max value = 765). Red value is 54 (21.48% from 255 or 75% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 54 - color contains mainly: red. Hex color #36030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36030F is #C9FCF0. Grayscale: #131313. Windows color (decimal): -13237489 or 983862. OLE color: 983862.

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

Color convert

RGB54315-
CMYK00.940.720.79
HSL345.88º89.47%11.18%-
HSV(B)345.88º94.44%21.18%-
XYZ1.640.880.54-
YUV19.62125.4152.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 75%
GREEN value IS 3 (1.56% from 255) = 4.17%
BLUE value IS 15 (6.25% from 255) = 20.83%
R=75%
G=4.17%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5431500.940.720.79345.8889.4711.18
Hex363F05E484F15a59b
Octal66317013611011753213113
Binary110110111111010111101001000100111110101101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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