#360813

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

Shades of Rustic Red #360813

Tints of Rustic Red #360813

Color information

#360813 (or 0x360813) is unknown color: approx Rustic Red. HEX triplet: 36, 08 and 13. RGB value is (54,8,19). Sum of RGB (Red+Green+Blue) = 54+8+19=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #360813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360813 is #C9F7EC. Grayscale: #171717. Windows color (decimal): -13236205 or 1247286. OLE color: 1247286.

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

Color convert

RGB54819-
CMYK00.850.650.79
HSL345.65º74.19%12.16%-
HSV(B)345.65º85.19%21.18%-
XYZ1.7310.72-
YUV23.01125.74150.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 66.67%
GREEN value IS 8 (3.52% from 255) = 9.88%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=66.67%
G=9.88%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5481900.850.650.79345.6574.1912.16
Hex36813055414F15a4ac
Octal661023012510111753211214
Binary110110100010011010101011000001100111110101101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360813; }

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

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

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

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

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

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

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

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