#550104

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

Shades of Rustic Red #550104

Tints of Rustic Red #550104

Color information

#550104 (or 0x550104) is unknown color: approx Rustic Red. HEX triplet: 55, 01 and 04. RGB value is (85,1,4). Sum of RGB (Red+Green+Blue) = 85+1+4=90 (11% of max value = 765). Red value is 85 (33.59% from 255 or 94.44% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 85 - color contains mainly: red. Hex color #550104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550104 is #AAFEFB. Grayscale: #1A1A1A. Windows color (decimal): -11206396 or 262485. OLE color: 262485.

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

Color convert

RGB8514-
CMYK00.990.950.67
HSL357.86º97.67%16.86%-
HSV(B)357.86º98.82%33.33%-
XYZ3.781.960.29-
YUV26.46115.33169.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 94.44%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 4 (1.95% from 255) = 4.44%
R=94.44%
G=1.11%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal851400.990.950.67357.8697.6716.86
Hex55140635F431666211
Octal12514014313710354614221
Binary101010111000110001110111111000011101100110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550104; }

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

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

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

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

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

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

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

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