Html Css Color HEX #68150A Red Oxide

📋 copy color: '#68150A'

red 104 ◦ green 21 ◦ blue 10

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

Shades of Red Oxide #68150A

Tints of Red Oxide #68150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

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

R = 77.04%
G = 15.56%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#68150A (or 0x68150A) is known color: Red Oxide. HEX triplet: 68, 15 and 0A. RGB value is (104,21,10). Sum of RGB (Red+Green+Blue) = 104+21+10=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #68150A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68150A is #97EAF5. Grayscale: #2C2C2C. Windows color (decimal): -9956086 or 660840. OLE color: 660840.

HSL color Cylindrical-coordinate representation of color #68150A: hue angle of 7.02º 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 #68150A is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 10 -
CMYK 0 0.80 0.90 0.59
HSL 7.02º 0.82% 0.22% -
HSV(B) 7.02º 0.9% 0.41% -
XYZ 6.03 3.5 0.65 -
YUV 44.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 104 21 10 0 0.80 0.90 0.59 7.02 0.82 0.22
Hex 68 15 A 0 50 5A 3B 7 52 16
Octal 150 25 12 0 120 132 73 7 122 26
Binary 1101000 10101 1010 0 1010000 1011010 111011 111 1010010 10110

Color Harmonies of #68150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68150A

Black with #68150A

Text Example


Text Example

White with #68150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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