#561202

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

Shades of Red Oxide #561202

Tints of Red Oxide #561202

Color information

#561202 (or 0x561202) is unknown color: approx Red Oxide. HEX triplet: 56, 12 and 02. RGB value is (86,18,2). Sum of RGB (Red+Green+Blue) = 86+18+2=106 (14% of max value = 765). Red value is 86 (33.98% from 255 or 81.13% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 86 - color contains mainly: red. Hex color #561202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561202 is #A9EDFD. Grayscale: #242424. Windows color (decimal): -11136510 or 135766. OLE color: 135766.

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

Color convert

RGB86182-
CMYK00.790.980.66
HSL11.43º95.45%17.25%-
HSV(B)11.43º97.67%33.73%-
XYZ4.072.420.31-
YUV36.51108.53163.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 81.13%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=81.13%
G=16.98%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8618200.790.980.6611.4395.4517.25
Hex5612204F6242b5f11
Octal12622201171421021313721
Binary1010110100101001001111110001010000101011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561202; }

 p { color: rgb(86,18,2); }

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

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

 a { background-color: rgb(86,18,2); }

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

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

 span { border-color: rgb(86,18,2); }

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