#561302

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

Shades of Red Oxide #561302

Tints of Red Oxide #561302

Color information

#561302 (or 0x561302) is unknown color: approx Red Oxide. HEX triplet: 56, 13 and 02. RGB value is (86,19,2). Sum of RGB (Red+Green+Blue) = 86+19+2=107 (14% of max value = 765). Red value is 86 (33.98% from 255 or 80.37% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 86 - color contains mainly: red. Hex color #561302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561302 is #A9ECFD. Grayscale: #252525. Windows color (decimal): -11136254 or 136022. OLE color: 136022.

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

Color convert

RGB86192-
CMYK00.780.980.66
HSL12.14º95.45%17.25%-
HSV(B)12.14º97.67%33.73%-
XYZ4.082.450.31-
YUV37.1108.2162.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 80.37%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=80.37%
G=17.76%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8619200.780.980.6612.1495.4517.25
Hex5613204E6242c5f11
Octal12623201161421021413721
Binary1010110100111001001110110001010000101100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561302; }

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

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

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

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

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

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

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

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