#360710

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

Shades of Rustic Red #360710

Tints of Rustic Red #360710

Color information

#360710 (or 0x360710) is unknown color: approx Rustic Red. HEX triplet: 36, 07 and 10. RGB value is (54,7,16). Sum of RGB (Red+Green+Blue) = 54+7+16=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #360710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360710 is #C9F8EF. Grayscale: #161616. Windows color (decimal): -13236464 or 1050422. OLE color: 1050422.

HSL color Cylindrical-coordinate representation of color #360710: hue angle of 348.51º 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 #360710 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB54716-
CMYK00.870.700.79
HSL348.51º77.05%11.96%-
HSV(B)348.51º87.04%21.18%-
XYZ1.690.970.59-
YUV22.08124.57150.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 70.13%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 16 (6.64% from 255) = 20.78%
R=70.13%
G=9.09%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5471600.870.700.79348.5177.0511.96
Hex36710057464F15d4dc
Octal66720012710611753511514
Binary11011011110000010101111000110100111110101110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360710; }

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

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

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

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

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

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

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

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