#360608

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

Shades of Rustic Red #360608

Tints of Rustic Red #360608

Color information

#360608 (or 0x360608) is unknown color: approx Rustic Red. HEX triplet: 36, 06 and 08. RGB value is (54,6,8). Sum of RGB (Red+Green+Blue) = 54+6+8=68 (9% of max value = 765). Red value is 54 (21.48% from 255 or 79.41% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 54 - color contains mainly: red. Hex color #360608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360608 is #C9F9F7. Grayscale: #141414. Windows color (decimal): -13236728 or 525878. OLE color: 525878.

HSL color Cylindrical-coordinate representation of color #360608: hue angle of 357.5º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360608 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB5468-
CMYK00.890.850.79
HSL357.5º80%11.76%-
HSV(B)357.5º88.89%21.18%-
XYZ1.630.930.32-
YUV20.58120.9151.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 79.41%
GREEN value IS 6 (2.73% from 255) = 8.82%
BLUE value IS 8 (3.52% from 255) = 11.76%
R=79.41%
G=8.82%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal546800.890.850.79357.58011.76
Hex3668059554F16650c
Octal66610013112511754612014
Binary1101101101000010110011010101100111110110011010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360608; }

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

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

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

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

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

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

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

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