Html Css Color HEX #69180D Red Oxide

📋 copy color: '#69180D'

red 105 ◦ green 24 ◦ blue 13

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

Shades of Red Oxide #69180D

Tints of Red Oxide #69180D

RGB

 RED value IS 105 (41.41% from 255) = 73.94%

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

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

R = 73.94%
G = 16.9%
B = 9.15%

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

#69180D (or 0x69180D) is known color: Red Oxide. HEX triplet: 69, 18 and 0D. RGB value is (105,24,13). Sum of RGB (Red+Green+Blue) = 105+24+13=142 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.94% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 105 - color contains mainly: red. Hex color #69180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69180D is #96E7F2. Grayscale: #2F2F2F. Windows color (decimal): -9889779 or 858217. OLE color: 858217.

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

Color convert

RGB 105 24 13 -
CMYK 0 0.77 0.88 0.59
HSL 7.17º 0.78% 0.23% -
HSV(B) 7.17º 0.88% 0.41% -
XYZ 6.22 3.69 0.76 -
YUV 46.97 108.84 169.39 -
System Red Green Blue C M Y K H S L
Decimal 105 24 13 0 0.77 0.88 0.59 7.17 0.78 0.23
Hex 69 18 D 0 4D 58 3B 7 4E 17
Octal 151 30 15 0 115 130 73 7 116 27
Binary 1101001 11000 1101 0 1001101 1011000 111011 111 1001110 10111

Color Harmonies of #69180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69180D

Black with #69180D

Text Example


Text Example

White with #69180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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