#551818

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

Shades of Red Oxide #551818

Tints of Red Oxide #551818

Color information

#551818 (or 0x551818) is unknown color: approx Red Oxide. HEX triplet: 55, 18 and 18. RGB value is (85,24,24). Sum of RGB (Red+Green+Blue) = 85+24+24=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #551818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551818 is #AAE7E7. Grayscale: #2A2A2A. Windows color (decimal): -11200488 or 1579093. OLE color: 1579093.

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

Color convert

RGB852424-
CMYK00.720.720.67
HSL55.96%21.37%-
HSV(B)71.76%33.33%-
XYZ4.242.651.15-
YUV42.24117.71158.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.91%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 24 (9.77% from 255) = 18.05%
R=63.91%
G=18.05%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85242400.720.720.67055.9621.37
Hex551818048484303815
Octal1253030011011010307025
Binary101010111000110000100100010010001000011011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551818; }

 p { color: rgb(85,24,24); }

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

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

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

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

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

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

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