Html Css Color HEX #69150D Red Oxide

📋 copy color: '#69150D'

red 105 ◦ green 21 ◦ blue 13

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

Shades of Red Oxide #69150D

Tints of Red Oxide #69150D

RGB

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

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

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

R = 75.54%
G = 15.11%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#69150D (or 0x69150D) is known color: Red Oxide. HEX triplet: 69, 15 and 0D. RGB value is (105,21,13). Sum of RGB (Red+Green+Blue) = 105+21+13=139 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75.54% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 105 - color contains mainly: red. Hex color #69150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69150D is #96EAF2. Grayscale: #2D2D2D. Windows color (decimal): -9890547 or 857449. OLE color: 857449.

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

Color convert

RGB 105 21 13 -
CMYK 0 0.80 0.88 0.59
HSL 5.22º 0.78% 0.23% -
HSV(B) 5.22º 0.88% 0.41% -
XYZ 6.17 3.57 0.74 -
YUV 45.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 105 21 13 0 0.80 0.88 0.59 5.22 0.78 0.23
Hex 69 15 D 0 50 58 3B 5 4E 17
Octal 151 25 15 0 120 130 73 5 116 27
Binary 1101001 10101 1101 0 1010000 1011000 111011 101 1001110 10111

Color Harmonies of #69150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69150D

Black with #69150D

Text Example


Text Example

White with #69150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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