#551502

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

Shades of Red Oxide #551502

Tints of Red Oxide #551502

Color information

#551502 (or 0x551502) is unknown color: approx Red Oxide. HEX triplet: 55, 15 and 02. RGB value is (85,21,2). Sum of RGB (Red+Green+Blue) = 85+21+2=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #551502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551502 is #AAEAFD. Grayscale: #262626. Windows color (decimal): -11201278 or 136533. OLE color: 136533.

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

Color convert

RGB85212-
CMYK00.750.980.67
HSL13.73º95.4%17.06%-
HSV(B)13.73º97.65%33.33%-
XYZ4.032.470.32-
YUV37.97107.7161.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 78.70%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=78.70%
G=19.44%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8521200.750.980.6713.7395.417.06
Hex5515204B6243e5f11
Octal12525201131421031613721
Binary1010101101011001001011110001010000111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551502; }

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

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

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

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

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

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

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

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