#360514

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

Shades of Rustic Red #360514

Tints of Rustic Red #360514

Color information

#360514 (or 0x360514) is unknown color: approx Rustic Red. HEX triplet: 36, 05 and 14. RGB value is (54,5,20). Sum of RGB (Red+Green+Blue) = 54+5+20=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360514 is #C9FAEB. Grayscale: #151515. Windows color (decimal): -13236972 or 1312054. OLE color: 1312054.

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

Color convert

RGB54520-
CMYK00.910.630.79
HSL341.63º83.05%11.57%-
HSV(B)341.63º90.74%21.18%-
XYZ1.70.940.75-
YUV21.36127.23151.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 68.35%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 20 (8.20% from 255) = 25.32%
R=68.35%
G=6.33%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5452000.910.630.79341.6383.0511.57
Hex3651405B3F4F15653c
Octal6652401337711752612314
Binary1101101011010001011011111111100111110101011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360514; }

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

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

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

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

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

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

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

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