#550307

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

Shades of Rustic Red #550307

Tints of Rustic Red #550307

Color information

#550307 (or 0x550307) is unknown color: approx Rustic Red. HEX triplet: 55, 03 and 07. RGB value is (85,3,7). Sum of RGB (Red+Green+Blue) = 85+3+7=95 (12% of max value = 765). Red value is 85 (33.59% from 255 or 89.47% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 85 - color contains mainly: red. Hex color #550307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550307 is #AAFCF8. Grayscale: #1C1C1C. Windows color (decimal): -11205881 or 459605. OLE color: 459605.

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

Color convert

RGB8537-
CMYK00.960.920.67
HSL357.07º93.18%17.25%-
HSV(B)357.07º96.47%33.33%-
XYZ3.822.010.39-
YUV27.97116.17168.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 89.47%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 7 (3.12% from 255) = 7.37%
R=89.47%
G=3.16%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal853700.960.920.67357.0793.1817.25
Hex55370605C431655d11
Octal12537014013410354513521
Binary1010101111110110000010111001000011101100101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550307; }

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

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

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

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

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

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

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

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