Html Css Color HEX #69100D Red Oxide

📋 copy color: '#69100D'

red 105 ◦ green 16 ◦ blue 13

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

Shades of Red Oxide #69100D

Tints of Red Oxide #69100D

RGB

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

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

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

R = 78.36%
G = 11.94%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#69100D (or 0x69100D) is known color: Red Oxide. HEX triplet: 69, 10 and 0D. RGB value is (105,16,13). Sum of RGB (Red+Green+Blue) = 105+16+13=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #69100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69100D is #96EFF2. Grayscale: #2A2A2A. Windows color (decimal): -9891827 or 856169. OLE color: 856169.

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

Color convert

RGB 105 16 13 -
CMYK 0 0.85 0.88 0.59
HSL 1.96º 0.78% 0.23% -
HSV(B) 1.96º 0.88% 0.41% -
XYZ 6.08 3.4 0.72 -
YUV 42.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 105 16 13 0 0.85 0.88 0.59 1.96 0.78 0.23
Hex 69 10 D 0 55 58 3B 2 4E 17
Octal 151 20 15 0 125 130 73 2 116 27
Binary 1101001 10000 1101 0 1010101 1011000 111011 10 1001110 10111

Color Harmonies of #69100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69100D

Black with #69100D

Text Example


Text Example

White with #69100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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