#551102

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

Shades of Red Oxide #551102

Tints of Red Oxide #551102

Color information

#551102 (or 0x551102) is unknown color: approx Red Oxide. HEX triplet: 55, 11 and 02. RGB value is (85,17,2). Sum of RGB (Red+Green+Blue) = 85+17+2=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #551102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551102 is #AAEEFD. Grayscale: #232323. Windows color (decimal): -11202302 or 135509. OLE color: 135509.

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

Color convert

RGB85172-
CMYK00.800.980.67
HSL10.84º95.4%17.06%-
HSV(B)10.84º97.65%33.33%-
XYZ3.962.340.3-
YUV35.62109.03163.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 81.73%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 2 (1.17% from 255) = 1.92%
R=81.73%
G=16.35%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8517200.800.980.6710.8495.417.06
Hex551120506243b5f11
Octal12521201201421031313721
Binary1010101100011001010000110001010000111011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551102; }

 p { color: rgb(85,17,2); }

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

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

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

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

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

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

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