#550107

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

Shades of Rustic Red #550107

Tints of Rustic Red #550107

Color information

#550107 (or 0x550107) is unknown color: approx Rustic Red. HEX triplet: 55, 01 and 07. RGB value is (85,1,7). Sum of RGB (Red+Green+Blue) = 85+1+7=93 (12% of max value = 765). Red value is 85 (33.59% from 255 or 91.40% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 85 - color contains mainly: red. Hex color #550107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550107 is #AAFEF8. Grayscale: #1A1A1A. Windows color (decimal): -11206393 or 459093. OLE color: 459093.

HSL color Cylindrical-coordinate representation of color #550107: hue angle of 355.71º 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 #550107 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB8517-
CMYK00.990.920.67
HSL355.71º97.67%16.86%-
HSV(B)355.71º98.82%33.33%-
XYZ3.81.970.38-
YUV26.8116.83169.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 91.40%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 7 (3.12% from 255) = 7.53%
R=91.40%
G=1.08%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal851700.990.920.67355.7197.6716.86
Hex55170635C431646211
Octal12517014313410354414221
Binary101010111110110001110111001000011101100100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550107; }

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

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

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

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

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

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

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

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