#360818

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

Shades of Rustic Red #360818

Tints of Rustic Red #360818

Color information

#360818 (or 0x360818) is unknown color: approx Rustic Red. HEX triplet: 36, 08 and 18. RGB value is (54,8,24). Sum of RGB (Red+Green+Blue) = 54+8+24=86 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.79% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 54 - color contains mainly: red. Hex color #360818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360818 is #C9F7E7. Grayscale: #171717. Windows color (decimal): -13236200 or 1574966. OLE color: 1574966.

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

Color convert

RGB54824-
CMYK00.850.560.79
HSL339.13º74.19%12.16%-
HSV(B)339.13º85.19%21.18%-
XYZ1.771.020.97-
YUV23.58128.24149.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 62.79%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 24 (9.77% from 255) = 27.91%
R=62.79%
G=9.30%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5482400.850.560.79339.1374.1912.16
Hex36818055384F1534ac
Octal66103001257011752311214
Binary11011010001100001010101111000100111110101001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360818; }

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

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

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

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

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

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

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

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