Html Css Color HEX #63160C Red Oxide

📋 copy color: '#63160C'

red 99 ◦ green 22 ◦ blue 12

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

Shades of Red Oxide #63160C

Tints of Red Oxide #63160C

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 value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#63160C (or 0x63160C) is known color: 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

RGB 99 22 12 -
CMYK 0 0.78 0.88 0.61
HSL 6.9º 0.78% 0.22% -
HSV(B) 6.9º 0.88% 0.39% -
XYZ 5.5 3.25 0.69 -
YUV 43.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 99 22 12 0 0.78 0.88 0.61 6.9 0.78 0.22
Hex 63 16 C 0 4E 58 3D 7 4E 16
Octal 143 26 14 0 116 130 75 7 116 26
Binary 1100011 10110 1100 0 1001110 1011000 111101 111 1001110 10110

Color Harmonies of #63160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63160C

Black with #63160C

Text Example


Text Example

White with #63160C

Text Example


Text Example

HTML Codes & Css Web 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>