#63180B

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

Shades of Red Oxide #63180B

Tints of Red Oxide #63180B

Color information

#63180B (or 0x63180B) is unknown color: approx Red Oxide. HEX triplet: 63, 18 and 0B. RGB value is (99,24,11). Sum of RGB (Red+Green+Blue) = 99+24+11=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #63180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63180B is #9CE7F4. Grayscale: #2D2D2D. Windows color (decimal): -10282997 or 727139. OLE color: 727139.

HSL color Cylindrical-coordinate representation of color #63180B: hue angle of 8.86º 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 #63180B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB992411-
CMYK00.760.890.61
HSL8.86º80%21.57%-
HSV(B)8.86º88.89%38.82%-
XYZ5.533.330.67-
YUV44.94108.85166.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.88%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 11 (4.69% from 255) = 8.21%
R=73.88%
G=17.91%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99241100.760.890.618.868021.57
Hex6318B04C593D95016
Octal14330130114131751112026
Binary11000111100010110100110010110011111011001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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