#63120B

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

Shades of Red Oxide #63120B

Tints of Red Oxide #63120B

Color information

#63120B (or 0x63120B) is unknown color: approx Red Oxide. HEX triplet: 63, 12 and 0B. RGB value is (99,18,11). Sum of RGB (Red+Green+Blue) = 99+18+11=128 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.34% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 99 - color contains mainly: red. Hex color #63120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63120B is #9CEDF4. Grayscale: #292929. Windows color (decimal): -10284533 or 725603. OLE color: 725603.

HSL color Cylindrical-coordinate representation of color #63120B: hue angle of 4.77º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63120B is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB991811-
CMYK00.820.890.61
HSL4.77º80%21.57%-
HSV(B)4.77º88.89%38.82%-
XYZ5.423.110.63-
YUV41.42110.84169.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 77.34%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 11 (4.69% from 255) = 8.59%
R=77.34%
G=14.06%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99181100.820.890.614.778021.57
Hex6312B052593D55016
Octal1432213012213175512026
Binary1100011100101011010100101011001111101101101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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