#36070F

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

Shades of Rustic Red #36070F

Tints of Rustic Red #36070F

Color information

#36070F (or 0x36070F) is unknown color: approx Rustic Red. HEX triplet: 36, 07 and 0F. RGB value is (54,7,15). Sum of RGB (Red+Green+Blue) = 54+7+15=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #36070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36070F is #C9F8F0. Grayscale: #151515. Windows color (decimal): -13236465 or 984886. OLE color: 984886.

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

Color convert

RGB54715-
CMYK00.870.720.79
HSL349.79º77.05%11.96%-
HSV(B)349.79º87.04%21.18%-
XYZ1.680.970.55-
YUV21.97124.07150.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 71.05%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=71.05%
G=9.21%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5471500.870.720.79349.7977.0511.96
Hex367F057484F15e4dc
Octal66717012711011753611514
Binary1101101111111010101111001000100111110101111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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