Html Css Color HEX #68100A Red Oxide

📋 copy color: '#68100A'

red 104 ◦ green 16 ◦ blue 10

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

Shades of Red Oxide #68100A

Tints of Red Oxide #68100A

RGB

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

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

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

R = 80%
G = 12.31%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#68100A (or 0x68100A) is known color: Red Oxide. HEX triplet: 68, 10 and 0A. RGB value is (104,16,10). Sum of RGB (Red+Green+Blue) = 104+16+10=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #68100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68100A is #97EFF5. Grayscale: #292929. Windows color (decimal): -9957366 or 659560. OLE color: 659560.

HSL color Cylindrical-coordinate representation of color #68100A: hue angle of 3.83º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68100A is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 16 10 -
CMYK 0 0.85 0.90 0.59
HSL 3.83º 0.82% 0.22% -
HSV(B) 3.83º 0.9% 0.41% -
XYZ 5.95 3.34 0.62 -
YUV 41.63 110.15 172.49 -
System Red Green Blue C M Y K H S L
Decimal 104 16 10 0 0.85 0.90 0.59 3.83 0.82 0.22
Hex 68 10 A 0 55 5A 3B 4 52 16
Octal 150 20 12 0 125 132 73 4 122 26
Binary 1101000 10000 1010 0 1010101 1011010 111011 100 1010010 10110

Color Harmonies of #68100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68100A

Black with #68100A

Text Example


Text Example

White with #68100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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