#550002

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

Shades of Rustic Red #550002

Tints of Rustic Red #550002

Color information

#550002 (or 0x550002) is unknown color: approx Rustic Red. HEX triplet: 55, 00 and 02. RGB value is (85,0,2). Sum of RGB (Red+Green+Blue) = 85+0+2=87 (11% of max value = 765). Red value is 85 (33.59% from 255 or 97.70% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 85 - color contains mainly: red. Hex color #550002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550002 is #AAFFFD. Grayscale: #191919. Windows color (decimal): -11206654 or 131157. OLE color: 131157.

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

Color convert

RGB8502-
CMYK010.980.67
HSL358.59º100%16.67%-
HSV(B)358.59º100%33.33%-
XYZ3.761.940.23-
YUV25.64114.66170.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 97.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 2.30%
R=97.70%
G=0%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8502010.980.67358.5910016.67
Hex550206462431676411
Octal12502014414210354714421
Binary10101010100110010011000101000011101100111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550002; }

 p { color: rgb(85,0,2); }

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

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

 a { background-color: rgb(85,0,2); }

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

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

 span { border-color: rgb(85,0,2); }

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