#550306

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

Shades of Rustic Red #550306

Tints of Rustic Red #550306

Color information

#550306 (or 0x550306) is unknown color: approx Rustic Red. HEX triplet: 55, 03 and 06. RGB value is (85,3,6). Sum of RGB (Red+Green+Blue) = 85+3+6=94 (12% of max value = 765). Red value is 85 (33.59% from 255 or 90.43% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 85 - color contains mainly: red. Hex color #550306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550306 is #AAFCF9. Grayscale: #1B1B1B. Windows color (decimal): -11205882 or 394069. OLE color: 394069.

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

Color convert

RGB8536-
CMYK00.960.930.67
HSL357.8º93.18%17.25%-
HSV(B)357.8º96.47%33.33%-
XYZ3.812.010.36-
YUV27.86115.67168.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 90.43%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 6 (2.73% from 255) = 6.38%
R=90.43%
G=3.19%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal853600.960.930.67357.893.1817.25
Hex55360605D431665d11
Octal12536014013510354613521
Binary1010101111100110000010111011000011101100110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550306; }

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

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

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

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

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

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

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

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