Html Css Color HEX #63120C Red Oxide

📋 copy color: '#63120C'

red 99 ◦ green 18 ◦ blue 12

#63120C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #63120C

Tints of Red Oxide #63120C

RGB

 RED value IS 99 (39.06% from 255) = 76.74%

 GREEN value IS 18 (7.42% from 255) = 13.95%

 BLUE value IS 12 (5.08% from 255) = 9.3%

R = 76.74%
G = 13.95%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#63120C (or 0x63120C) is known color: Red Oxide. HEX triplet: 63, 12 and 0C. RGB value is (99,18,12). Sum of RGB (Red+Green+Blue) = 99+18+12=129 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.74% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 99 - color contains mainly: red. Hex color #63120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63120C is #9CEDF3. Grayscale: #292929. Windows color (decimal): -10284532 or 791139. OLE color: 791139.

HSL color Cylindrical-coordinate representation of color #63120C: hue angle of 4.14º 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 #63120C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 18 12 -
CMYK 0 0.82 0.88 0.61
HSL 4.14º 0.78% 0.22% -
HSV(B) 4.14º 0.88% 0.39% -
XYZ 5.43 3.11 0.66 -
YUV 41.54 111.34 168.99 -
System Red Green Blue C M Y K H S L
Decimal 99 18 12 0 0.82 0.88 0.61 4.14 0.78 0.22
Hex 63 12 C 0 52 58 3D 4 4E 16
Octal 143 22 14 0 122 130 75 4 116 26
Binary 1100011 10010 1100 0 1010010 1011000 111101 100 1001110 10110

Color Harmonies of #63120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63120C

Black with #63120C

Text Example


Text Example

White with #63120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63120C;
 }
 .AnyTagClassName
 {
   color: #63120C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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