#360913

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

Shades of Rustic Red #360913

Tints of Rustic Red #360913

Color information

#360913 (or 0x360913) is unknown color: approx Rustic Red. HEX triplet: 36, 09 and 13. RGB value is (54,9,19). Sum of RGB (Red+Green+Blue) = 54+9+19=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #360913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360913 is #C9F6EC. Grayscale: #171717. Windows color (decimal): -13235949 or 1247542. OLE color: 1247542.

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

Color convert

RGB54919-
CMYK00.830.650.79
HSL346.67º71.43%12.35%-
HSV(B)346.67º83.33%21.18%-
XYZ1.741.030.72-
YUV23.6125.41149.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 65.85%
GREEN value IS 9 (3.91% from 255) = 10.98%
BLUE value IS 19 (7.81% from 255) = 23.17%
R=65.85%
G=10.98%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5491900.830.650.79346.6771.4312.35
Hex36913053414F15b47c
Octal661123012310111753310714
Binary110110100110011010100111000001100111110101101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360913; }

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

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

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

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

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

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

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

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