#360417

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

Shades of Rustic Red #360417

Tints of Rustic Red #360417

Color information

#360417 (or 0x360417) is unknown color: approx Rustic Red. HEX triplet: 36, 04 and 17. RGB value is (54,4,23). Sum of RGB (Red+Green+Blue) = 54+4+23=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #360417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360417 is #C9FBE8. Grayscale: #151515. Windows color (decimal): -13237225 or 1508406. OLE color: 1508406.

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

Color convert

RGB54423-
CMYK00.930.570.79
HSL337.2º86.21%11.37%-
HSV(B)337.2º92.59%21.18%-
XYZ1.720.930.9-
YUV21.12129.06151.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 4.94%
BLUE value IS 23 (9.38% from 255) = 28.40%
R=66.67%
G=4.94%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5442300.930.570.79337.286.2111.37
Hex3641705D394F15156b
Octal6642701357111752112613
Binary1101101001011101011101111001100111110101000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360417; }

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

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

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

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

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

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

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

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