Html Css Color HEX #68100C Red Oxide

📋 copy color: '#68100C'

red 104 ◦ green 16 ◦ blue 12

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

Shades of Red Oxide #68100C

Tints of Red Oxide #68100C

RGB

 RED value IS 104 (41.02% from 255) = 78.79%

 GREEN value IS 16 (6.64% from 255) = 12.12%

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

R = 78.79%
G = 12.12%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68100C (or 0x68100C) is known color: Red Oxide. HEX triplet: 68, 10 and 0C. RGB value is (104,16,12). Sum of RGB (Red+Green+Blue) = 104+16+12=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #68100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68100C is #97EFF3. Grayscale: #292929. Windows color (decimal): -9957364 or 790632. OLE color: 790632.

HSL color Cylindrical-coordinate representation of color #68100C: hue angle of 2.61º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68100C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 16 12 -
CMYK 0 0.85 0.88 0.59
HSL 2.61º 0.79% 0.23% -
HSV(B) 2.61º 0.88% 0.41% -
XYZ 5.96 3.34 0.68 -
YUV 41.86 111.15 172.33 -
System Red Green Blue C M Y K H S L
Decimal 104 16 12 0 0.85 0.88 0.59 2.61 0.79 0.23
Hex 68 10 C 0 55 58 3B 3 4F 17
Octal 150 20 14 0 125 130 73 3 117 27
Binary 1101000 10000 1100 0 1010101 1011000 111011 11 1001111 10111

Color Harmonies of #68100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68100C

Black with #68100C

Text Example


Text Example

White with #68100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,16,12); }

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

background-color css

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

 a { background-color: rgb(104,16,12); }

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

border-color css

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

 span { border-color: rgb(104,16,12); }

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