Html Css Color HEX #68180D Red Oxide

📋 copy color: '#68180D'

red 104 ◦ green 24 ◦ blue 13

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

Shades of Red Oxide #68180D

Tints of Red Oxide #68180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.02%

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

R = 73.76%
G = 17.02%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68180D (or 0x68180D) is known color: Red Oxide. HEX triplet: 68, 18 and 0D. RGB value is (104,24,13). Sum of RGB (Red+Green+Blue) = 104+24+13=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #68180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68180D is #97E7F2. Grayscale: #2E2E2E. Windows color (decimal): -9955315 or 858216. OLE color: 858216.

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

Color convert

RGB 104 24 13 -
CMYK 0 0.77 0.88 0.59
HSL 7.25º 0.78% 0.23% -
HSV(B) 7.25º 0.88% 0.41% -
XYZ 6.11 3.63 0.76 -
YUV 46.67 109 168.89 -
System Red Green Blue C M Y K H S L
Decimal 104 24 13 0 0.77 0.88 0.59 7.25 0.78 0.23
Hex 68 18 D 0 4D 58 3B 7 4E 17
Octal 150 30 15 0 115 130 73 7 116 27
Binary 1101000 11000 1101 0 1001101 1011000 111011 111 1001110 10111

Color Harmonies of #68180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68180D

Black with #68180D

Text Example


Text Example

White with #68180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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