#550E0C

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

Shades of Red Oxide #550E0C

Tints of Red Oxide #550E0C

Color information

#550E0C (or 0x550E0C) is unknown color: approx Red Oxide. HEX triplet: 55, 0E and 0C. RGB value is (85,14,12). Sum of RGB (Red+Green+Blue) = 85+14+12=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #550E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550E0C is #AAF1F3. Grayscale: #232323. Windows color (decimal): -11203060 or 790101. OLE color: 790101.

HSL color Cylindrical-coordinate representation of color #550E0C: hue angle of 1.64º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #550E0C is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB851412-
CMYK00.840.860.67
HSL1.64º75.26%19.02%-
HSV(B)1.64º85.88%33.33%-
XYZ3.972.270.58-
YUV35115.02163.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 76.58%
GREEN value IS 14 (5.86% from 255) = 12.61%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=76.58%
G=12.61%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85141200.840.860.671.6475.2619.02
Hex55EC054564324b13
Octal12516140124126103211323
Binary101010111101100010101001010110100001110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,14,12); }

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

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

 a { background-color: rgb(85,14,12); }

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

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

 span { border-color: rgb(85,14,12); }

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