#63160C

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

Shades of Red Oxide #63160C

Tints of Red Oxide #63160C

Color information

#63160C (or 0x63160C) is unknown color: approx Red Oxide. HEX triplet: 63, 16 and 0C. RGB value is (99,22,12). Sum of RGB (Red+Green+Blue) = 99+22+12=133 (17% of max value = 765). Red value is 99 (39.06% from 255 or 74.44% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 99 - color contains mainly: red. Hex color #63160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63160C is #9CE9F3. Grayscale: #2C2C2C. Windows color (decimal): -10283508 or 792163. OLE color: 792163.

HSL color Cylindrical-coordinate representation of color #63160C: hue angle of 6.9º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63160C is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB992212-
CMYK00.780.880.61
HSL6.9º78.38%21.76%-
HSV(B)6.9º87.88%38.82%-
XYZ5.53.250.69-
YUV43.88110.01167.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 74.44%
GREEN value IS 22 (8.98% from 255) = 16.54%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=74.44%
G=16.54%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99221200.780.880.616.978.3821.76
Hex6316C04E583D74e16
Octal1432614011613075711626
Binary1100011101101100010011101011000111101111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63160C; }

 p { color: rgb(99,22,12); }

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

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

 a { background-color: rgb(99,22,12); }

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

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

 span { border-color: rgb(99,22,12); }

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