Html Css Color HEX #63160A Red Oxide

📋 copy color: '#63160A'

red 99 ◦ green 22 ◦ blue 10

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

Shades of Red Oxide #63160A

Tints of Red Oxide #63160A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.79%

 BLUE value IS 10 (4.3% from 255) = 7.63%

R = 75.57%
G = 16.79%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#63160A (or 0x63160A) is known color: Red Oxide. HEX triplet: 63, 16 and 0A. RGB value is (99,22,10). Sum of RGB (Red+Green+Blue) = 99+22+10=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #63160A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63160A is #9CE9F5. Grayscale: #2B2B2B. Windows color (decimal): -10283510 or 661091. OLE color: 661091.

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

Color convert

RGB 99 22 10 -
CMYK 0 0.78 0.90 0.61
HSL 8.09º 0.82% 0.21% -
HSV(B) 8.09º 0.9% 0.39% -
XYZ 5.49 3.25 0.62 -
YUV 43.66 109.01 167.48 -
System Red Green Blue C M Y K H S L
Decimal 99 22 10 0 0.78 0.90 0.61 8.09 0.82 0.21
Hex 63 16 A 0 4E 5A 3D 8 52 15
Octal 143 26 12 0 116 132 75 10 122 25
Binary 1100011 10110 1010 0 1001110 1011010 111101 1000 1010010 10101

Color Harmonies of #63160A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63160A

Black with #63160A

Text Example


Text Example

White with #63160A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63160A;
 }
 .AnyTagClassName
 {
   color: #63160A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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