#360914

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

Shades of Rustic Red #360914

Tints of Rustic Red #360914

Color information

#360914 (or 0x360914) is unknown color: approx Rustic Red. HEX triplet: 36, 09 and 14. RGB value is (54,9,20). Sum of RGB (Red+Green+Blue) = 54+9+20=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #360914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360914 is #C9F6EB. Grayscale: #171717. Windows color (decimal): -13235948 or 1313078. OLE color: 1313078.

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

Color convert

RGB54920-
CMYK00.830.630.79
HSL345.33º71.43%12.35%-
HSV(B)345.33º83.33%21.18%-
XYZ1.751.030.77-
YUV23.71125.91149.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 65.06%
GREEN value IS 9 (3.91% from 255) = 10.84%
BLUE value IS 20 (8.20% from 255) = 24.10%
R=65.06%
G=10.84%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5492000.830.630.79345.3371.4312.35
Hex369140533F4F15947c
Octal66112401237711753110714
Binary11011010011010001010011111111100111110101100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360914; }

 p { color: rgb(54,9,20); }

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

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

 a { background-color: rgb(54,9,20); }

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

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

 span { border-color: rgb(54,9,20); }

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