#550B04

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

Shades of Red Oxide #550B04

Tints of Red Oxide #550B04

Color information

#550B04 (or 0x550B04) is unknown color: approx Red Oxide. HEX triplet: 55, 0B and 04. RGB value is (85,11,4). Sum of RGB (Red+Green+Blue) = 85+11+4=100 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 85 - color contains mainly: red. Hex color #550B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550B04 is #AAF4FB. Grayscale: #202020. Windows color (decimal): -11203836 or 265045. OLE color: 265045.

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

Color convert

RGB85114-
CMYK00.870.950.67
HSL5.19º91.01%17.45%-
HSV(B)5.19º95.29%33.33%-
XYZ3.892.180.33-
YUV32.33112.02165.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 85%
GREEN value IS 11 (4.69% from 255) = 11%
BLUE value IS 4 (1.95% from 255) = 4%
R=85%
G=11%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8511400.870.950.675.1991.0117.45
Hex55B40575F4355b11
Octal1251340127137103513321
Binary101010110111000101011110111111000011101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550B04; }

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

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

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

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

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

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

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

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