#36030B

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

Shades of Rustic Red #36030B

Tints of Rustic Red #36030B

Color information

#36030B (or 0x36030B) is unknown color: approx Rustic Red. HEX triplet: 36, 03 and 0B. RGB value is (54,3,11). Sum of RGB (Red+Green+Blue) = 54+3+11=68 (9% of max value = 765). Red value is 54 (21.48% from 255 or 79.41% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 54 - color contains mainly: red. Hex color #36030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36030B is #C9FCF4. Grayscale: #131313. Windows color (decimal): -13237493 or 721718. OLE color: 721718.

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

Color convert

RGB54311-
CMYK00.940.800.79
HSL350.59º89.47%11.18%-
HSV(B)350.59º94.44%21.18%-
XYZ1.610.870.4-
YUV19.16123.4152.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 79.41%
GREEN value IS 3 (1.56% from 255) = 4.41%
BLUE value IS 11 (4.69% from 255) = 16.18%
R=79.41%
G=4.41%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5431100.940.800.79350.5989.4711.18
Hex363B05E504F15f59b
Octal66313013612011753713113
Binary110110111011010111101010000100111110101111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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