#551212

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

Shades of Red Oxide #551212

Tints of Red Oxide #551212

Color information

#551212 (or 0x551212) is unknown color: approx Red Oxide. HEX triplet: 55, 12 and 12. RGB value is (85,18,18). Sum of RGB (Red+Green+Blue) = 85+18+18=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #551212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551212 is #AAEDED. Grayscale: #262626. Windows color (decimal): -11202030 or 1184341. OLE color: 1184341.

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

Color convert

RGB851818-
CMYK00.790.790.67
HSL65.05%20.2%-
HSV(B)78.82%33.33%-
XYZ4.072.410.82-
YUV38.03116.7161.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.25%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=70.25%
G=14.88%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85181800.790.790.67065.0520.2
Hex55121204F4F4304114
Octal12522220117117103010124
Binary1010101100101001001001111100111110000110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551212; }

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

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

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

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

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

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

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

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