#551602

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

Shades of Red Oxide #551602

Tints of Red Oxide #551602

Color information

#551602 (or 0x551602) is unknown color: approx Red Oxide. HEX triplet: 55, 16 and 02. RGB value is (85,22,2). Sum of RGB (Red+Green+Blue) = 85+22+2=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #551602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551602 is #AAE9FD. Grayscale: #262626. Windows color (decimal): -11201022 or 136789. OLE color: 136789.

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

Color convert

RGB85222-
CMYK00.740.980.67
HSL14.46º95.4%17.06%-
HSV(B)14.46º97.65%33.33%-
XYZ4.042.510.33-
YUV38.56107.37161.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.98%
GREEN value IS 22 (8.98% from 255) = 20.18%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=77.98%
G=20.18%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8522200.740.980.6714.4695.417.06
Hex5516204A6243e5f11
Octal12526201121421031613721
Binary1010101101101001001010110001010000111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551602; }

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

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

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

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

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

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

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

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