#60120B

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

Shades of Red Oxide #60120B

Tints of Red Oxide #60120B

Color information

#60120B (or 0x60120B) is unknown color: approx Red Oxide. HEX triplet: 60, 12 and 0B. RGB value is (96,18,11). Sum of RGB (Red+Green+Blue) = 96+18+11=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #60120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60120B is #9FEDF4. Grayscale: #282828. Windows color (decimal): -10481141 or 725600. OLE color: 725600.

HSL color Cylindrical-coordinate representation of color #60120B: hue angle of 4.94º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60120B is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB961811-
CMYK00.810.890.62
HSL4.94º79.44%20.98%-
HSV(B)4.94º88.54%37.65%-
XYZ5.12.940.62-
YUV40.52111.34167.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 76.8%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 11 (4.69% from 255) = 8.8%
R=76.8%
G=14.4%
B=8.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96181100.810.890.624.9479.4420.98
Hex6012B051593E54f15
Octal1402213012113176511725
Binary1100000100101011010100011011001111110101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60120B; }

 p { color: rgb(96,18,11); }

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

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

 a { background-color: rgb(96,18,11); }

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

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

 span { border-color: rgb(96,18,11); }

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