#551412

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

Shades of Red Oxide #551412

Tints of Red Oxide #551412

Color information

#551412 (or 0x551412) is unknown color: approx Red Oxide. HEX triplet: 55, 14 and 12. RGB value is (85,20,18). Sum of RGB (Red+Green+Blue) = 85+20+18=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #551412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551412 is #AAEBED. Grayscale: #272727. Windows color (decimal): -11201518 or 1184853. OLE color: 1184853.

HSL color Cylindrical-coordinate representation of color #551412: hue angle of 1.79º 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 #551412 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB852018-
CMYK00.760.790.67
HSL1.79º65.05%20.2%-
HSV(B)1.79º78.82%33.33%-
XYZ4.112.480.83-
YUV39.21116.03160.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.11%
GREEN value IS 20 (8.20% from 255) = 16.26%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=69.11%
G=16.26%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85201800.760.790.671.7965.0520.2
Hex55141204C4F4324114
Octal12524220114117103210124
Binary10101011010010010010011001001111100001110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551412; }

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

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

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

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

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

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

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

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