Html Css Color HEX #69110B Red Oxide

📋 copy color: '#69110B'

red 105 ◦ green 17 ◦ blue 11

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

Shades of Red Oxide #69110B

Tints of Red Oxide #69110B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.78%

 BLUE value IS 11 (4.69% from 255) = 8.27%

R = 78.95%
G = 12.78%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#69110B (or 0x69110B) is known color: Red Oxide. HEX triplet: 69, 11 and 0B. RGB value is (105,17,11). Sum of RGB (Red+Green+Blue) = 105+17+11=133 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.95% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 105 - color contains mainly: red. Hex color #69110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69110B is #96EEF4. Grayscale: #2A2A2A. Windows color (decimal): -9891573 or 725353. OLE color: 725353.

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

Color convert

RGB 105 17 11 -
CMYK 0 0.84 0.90 0.59
HSL 3.83º 0.81% 0.23% -
HSV(B) 3.83º 0.9% 0.41% -
XYZ 6.09 3.43 0.66 -
YUV 42.63 110.15 172.49 -
System Red Green Blue C M Y K H S L
Decimal 105 17 11 0 0.84 0.90 0.59 3.83 0.81 0.23
Hex 69 11 B 0 54 5A 3B 4 51 17
Octal 151 21 13 0 124 132 73 4 121 27
Binary 1101001 10001 1011 0 1010100 1011010 111011 100 1010001 10111

Color Harmonies of #69110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69110B

Black with #69110B

Text Example


Text Example

White with #69110B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69110B; }

 p { color: rgb(105,17,11); }

 H1.HeaderClassName
 {
   color: #69110B;
 }
 .AnyTagClassName
 {
   color: #69110B;
 }
</style>

background-color css

<style>
 a { background-color: #69110B; }

 a { background-color: rgb(105,17,11); }

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

border-color css

<style>
 span { border-color: #69110B; }

 span { border-color: rgb(105,17,11); }

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