#55150B

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

Shades of Red Oxide #55150B

Tints of Red Oxide #55150B

Color information

#55150B (or 0x55150B) is unknown color: approx Red Oxide. HEX triplet: 55, 15 and 0B. RGB value is (85,21,11). Sum of RGB (Red+Green+Blue) = 85+21+11=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #55150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55150B is #AAEAF4. Grayscale: #272727. Windows color (decimal): -11201269 or 726357. OLE color: 726357.

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

Color convert

RGB852111-
CMYK00.750.870.67
HSL8.11º77.08%18.82%-
HSV(B)8.11º87.06%33.33%-
XYZ4.072.490.58-
YUV39112.2160.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.65%
GREEN value IS 21 (8.59% from 255) = 17.95%
BLUE value IS 11 (4.69% from 255) = 9.40%
R=72.65%
G=17.95%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85211100.750.870.678.1177.0818.82
Hex5515B04B574384d13
Octal125251301131271031011523
Binary101010110101101101001011101011110000111000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55150B; }

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

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

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

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

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

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

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

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