#360407

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

Shades of Rustic Red #360407

Tints of Rustic Red #360407

Color information

#360407 (or 0x360407) is unknown color: approx Rustic Red. HEX triplet: 36, 04 and 07. RGB value is (54,4,7). Sum of RGB (Red+Green+Blue) = 54+4+7=65 (8% of max value = 765). Red value is 54 (21.48% from 255 or 83.08% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 54 - color contains mainly: red. Hex color #360407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360407 is #C9FBF8. Grayscale: #131313. Windows color (decimal): -13237241 or 459830. OLE color: 459830.

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

Color convert

RGB5447-
CMYK00.930.870.79
HSL356.4º86.21%11.37%-
HSV(B)356.4º92.59%21.18%-
XYZ1.60.890.29-
YUV19.29121.06152.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 83.08%
GREEN value IS 4 (1.95% from 255) = 6.15%
BLUE value IS 7 (3.12% from 255) = 10.77%
R=83.08%
G=6.15%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal544700.930.870.79356.486.2111.37
Hex364705D574F16456b
Octal6647013512711754412613
Binary110110100111010111011010111100111110110010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360407; }

 p { color: rgb(54,4,7); }

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

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

 a { background-color: rgb(54,4,7); }

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

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

 span { border-color: rgb(54,4,7); }

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