#360508

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

Shades of Rustic Red #360508

Tints of Rustic Red #360508

Color information

#360508 (or 0x360508) is unknown color: approx Rustic Red. HEX triplet: 36, 05 and 08. RGB value is (54,5,8). Sum of RGB (Red+Green+Blue) = 54+5+8=67 (8% of max value = 765). Red value is 54 (21.48% from 255 or 80.60% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 54 - color contains mainly: red. Hex color #360508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360508 is #C9FAF7. Grayscale: #141414. Windows color (decimal): -13236984 or 525622. OLE color: 525622.

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

Color convert

RGB5458-
CMYK00.910.850.79
HSL356.33º83.05%11.57%-
HSV(B)356.33º90.74%21.18%-
XYZ1.620.910.32-
YUV19.99121.23152.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 80.60%
GREEN value IS 5 (2.34% from 255) = 7.46%
BLUE value IS 8 (3.52% from 255) = 11.94%
R=80.60%
G=7.46%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal545800.910.850.79356.3383.0511.57
Hex365805B554F16453c
Octal66510013312511754412314
Binary1101101011000010110111010101100111110110010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360508; }

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

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

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

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

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

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

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

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