#36030A

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

Shades of Rustic Red #36030A

Tints of Rustic Red #36030A

Color information

#36030A (or 0x36030A) is unknown color: approx Rustic Red. HEX triplet: 36, 03 and 0A. RGB value is (54,3,10). Sum of RGB (Red+Green+Blue) = 54+3+10=67 (8% of max value = 765). Red value is 54 (21.48% from 255 or 80.60% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 54 - color contains mainly: red. Hex color #36030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36030A is #C9FCF5. Grayscale: #131313. Windows color (decimal): -13237494 or 656182. OLE color: 656182.

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

Color convert

RGB54310-
CMYK00.940.810.79
HSL351.76º89.47%11.18%-
HSV(B)351.76º94.44%21.18%-
XYZ1.610.870.37-
YUV19.05122.9152.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 80.60%
GREEN value IS 3 (1.56% from 255) = 4.48%
BLUE value IS 10 (4.30% from 255) = 14.93%
R=80.60%
G=4.48%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5431000.940.810.79351.7689.4711.18
Hex363A05E514F16059b
Octal66312013612111754013113
Binary110110111010010111101010001100111110110000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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