Html Css Color HEX #68120D Red Oxide

📋 copy color: '#68120D'

red 104 ◦ green 18 ◦ blue 13

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

Shades of Red Oxide #68120D

Tints of Red Oxide #68120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.63%

R = 77.04%
G = 13.33%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68120D (or 0x68120D) is known color: Red Oxide. HEX triplet: 68, 12 and 0D. RGB value is (104,18,13). Sum of RGB (Red+Green+Blue) = 104+18+13=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #68120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68120D is #97EDF2. Grayscale: #2B2B2B. Windows color (decimal): -9956851 or 856680. OLE color: 856680.

HSL color Cylindrical-coordinate representation of color #68120D: hue angle of 3.3º degrees, saturation: 0.78, 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 #68120D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 13 -
CMYK 0 0.83 0.88 0.59
HSL 3.3º 0.78% 0.23% -
HSV(B) 3.3º 0.88% 0.41% -
XYZ 6 3.4 0.72 -
YUV 43.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 104 18 13 0 0.83 0.88 0.59 3.3 0.78 0.23
Hex 68 12 D 0 53 58 3B 3 4E 17
Octal 150 22 15 0 123 130 73 3 116 27
Binary 1101000 10010 1101 0 1010011 1011000 111011 11 1001110 10111

Color Harmonies of #68120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68120D

Black with #68120D

Text Example


Text Example

White with #68120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68120D; }

 p { color: rgb(104,18,13); }

 H1.HeaderClassName
 {
   color: #68120D;
 }
 .AnyTagClassName
 {
   color: #68120D;
 }
</style>

background-color css

<style>
 a { background-color: #68120D; }

 a { background-color: rgb(104,18,13); }

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

border-color css

<style>
 span { border-color: #68120D; }

 span { border-color: rgb(104,18,13); }

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