#360708

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

Shades of Rustic Red #360708

Tints of Rustic Red #360708

Color information

#360708 (or 0x360708) is unknown color: approx Rustic Red. HEX triplet: 36, 07 and 08. RGB value is (54,7,8). Sum of RGB (Red+Green+Blue) = 54+7+8=69 (9% of max value = 765). Red value is 54 (21.48% from 255 or 78.26% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 54 - color contains mainly: red. Hex color #360708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360708 is #C9F8F7. Grayscale: #151515. Windows color (decimal): -13236472 or 526134. OLE color: 526134.

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

Color convert

RGB5478-
CMYK00.870.850.79
HSL358.72º77.05%11.96%-
HSV(B)358.72º87.04%21.18%-
XYZ1.640.950.33-
YUV21.17120.57151.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 78.26%
GREEN value IS 7 (3.12% from 255) = 10.14%
BLUE value IS 8 (3.52% from 255) = 11.59%
R=78.26%
G=10.14%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal547800.870.850.79358.7277.0511.96
Hex3678057554F1674dc
Octal66710012712511754711514
Binary1101101111000010101111010101100111110110011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360708; }

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

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

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

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

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

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

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

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