#551403

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

Shades of Red Oxide #551403

Tints of Red Oxide #551403

Color information

#551403 (or 0x551403) is unknown color: approx Red Oxide. HEX triplet: 55, 14 and 03. RGB value is (85,20,3). Sum of RGB (Red+Green+Blue) = 85+20+3=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #551403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551403 is #AAEBFC. Grayscale: #252525. Windows color (decimal): -11201533 or 201813. OLE color: 201813.

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

Color convert

RGB85203-
CMYK00.760.960.67
HSL12.44º93.18%17.25%-
HSV(B)12.44º96.47%33.33%-
XYZ4.012.440.35-
YUV37.5108.53161.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 78.70%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 3 (1.56% from 255) = 2.78%
R=78.70%
G=18.52%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8520300.760.960.6712.4493.1817.25
Hex5514304C6043c5d11
Octal12524301141401031413521
Binary1010101101001101001100110000010000111100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551403; }

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

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

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

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

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

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

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

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