#550106

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

Shades of Rustic Red #550106

Tints of Rustic Red #550106

Color information

#550106 (or 0x550106) is unknown color: approx Rustic Red. HEX triplet: 55, 01 and 06. RGB value is (85,1,6). Sum of RGB (Red+Green+Blue) = 85+1+6=92 (12% of max value = 765). Red value is 85 (33.59% from 255 or 92.39% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 85 - color contains mainly: red. Hex color #550106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550106 is #AAFEF9. Grayscale: #1A1A1A. Windows color (decimal): -11206394 or 393557. OLE color: 393557.

HSL color Cylindrical-coordinate representation of color #550106: hue angle of 356.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550106 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB8516-
CMYK00.990.930.67
HSL356.43º97.67%16.86%-
HSV(B)356.43º98.82%33.33%-
XYZ3.791.970.35-
YUV26.69116.33169.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 92.39%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 6 (2.73% from 255) = 6.52%
R=92.39%
G=1.09%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal851600.990.930.67356.4397.6716.86
Hex55160635D431646211
Octal12516014313510354414221
Binary101010111100110001110111011000011101100100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550106; }

 p { color: rgb(85,1,6); }

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

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

 a { background-color: rgb(85,1,6); }

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

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

 span { border-color: rgb(85,1,6); }

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