#360210

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

Shades of Rustic Red #360210

Tints of Rustic Red #360210

Color information

#360210 (or 0x360210) is unknown color: approx Rustic Red. HEX triplet: 36, 02 and 10. RGB value is (54,2,16). Sum of RGB (Red+Green+Blue) = 54+2+16=72 (9% of max value = 765). Red value is 54 (21.48% from 255 or 75% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 54 - color contains mainly: red. Hex color #360210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360210 is #C9FDEF. Grayscale: #131313. Windows color (decimal): -13237744 or 1049142. OLE color: 1049142.

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

Color convert

RGB54216-
CMYK00.960.700.79
HSL343.85º92.86%10.98%-
HSV(B)343.85º96.3%21.18%-
XYZ1.640.870.57-
YUV19.14126.23152.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 16 (6.64% from 255) = 22.22%
R=75%
G=2.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5421600.960.700.79343.8592.8610.98
Hex36210060464F1585db
Octal66220014010611753013513
Binary1101101010000011000001000110100111110101100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360210; }

 p { color: rgb(54,2,16); }

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

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

 a { background-color: rgb(54,2,16); }

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

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

 span { border-color: rgb(54,2,16); }

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