#360103

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

Shades of Rustic Red #360103

Tints of Rustic Red #360103

Color information

#360103 (or 0x360103) is unknown color: approx Rustic Red. HEX triplet: 36, 01 and 03. RGB value is (54,1,3). Sum of RGB (Red+Green+Blue) = 54+1+3=58 (7% of max value = 765). Red value is 54 (21.48% from 255 or 93.10% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 54 - color contains mainly: red. Hex color #360103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360103 is #C9FEFC. Grayscale: #111111. Windows color (decimal): -13238013 or 196918. OLE color: 196918.

HSL color Cylindrical-coordinate representation of color #360103: hue angle of 357.74º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360103 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB5413-
CMYK00.980.940.79
HSL357.74º96.36%10.78%-
HSV(B)357.74º98.15%21.18%-
XYZ1.550.810.16-
YUV17.08120.06154.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 93.10%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 3 (1.56% from 255) = 5.17%
R=93.10%
G=1.72%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal541300.980.940.79357.7496.3610.78
Hex36130625E4F16660b
Octal6613014213611754614013
Binary110110111011000101011110100111110110011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360103; }

 p { color: rgb(54,1,3); }

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

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

 a { background-color: rgb(54,1,3); }

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

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

 span { border-color: rgb(54,1,3); }

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