Html Css Color HEX #69120F Red Oxide

📋 copy color: '#69120F'

red 105 ◦ green 18 ◦ blue 15

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

Shades of Red Oxide #69120F

Tints of Red Oxide #69120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.04%

 BLUE value IS 15 (6.25% from 255) = 10.87%

R = 76.09%
G = 13.04%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#69120F (or 0x69120F) is known color: Red Oxide. HEX triplet: 69, 12 and 0F. RGB value is (105,18,15). Sum of RGB (Red+Green+Blue) = 105+18+15=138 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.09% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 105 - color contains mainly: red. Hex color #69120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69120F is #96EDF0. Grayscale: #2B2B2B. Windows color (decimal): -9891313 or 987753. OLE color: 987753.

HSL color Cylindrical-coordinate representation of color #69120F: hue angle of 2º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #69120F is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 18 15 -
CMYK 0 0.83 0.86 0.59
HSL 0.75% 0.24% -
HSV(B) 0.86% 0.41% -
XYZ 6.13 3.47 0.8 -
YUV 43.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 105 18 15 0 0.83 0.86 0.59 2 0.75 0.24
Hex 69 12 F 0 53 56 3B 2 4B 18
Octal 151 22 17 0 123 126 73 2 113 30
Binary 1101001 10010 1111 0 1010011 1010110 111011 10 1001011 11000

Color Harmonies of #69120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69120F

Black with #69120F

Text Example


Text Example

White with #69120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69120F; }

 p { color: rgb(105,18,15); }

 H1.HeaderClassName
 {
   color: #69120F;
 }
 .AnyTagClassName
 {
   color: #69120F;
 }
</style>

background-color css

<style>
 a { background-color: #69120F; }

 a { background-color: rgb(105,18,15); }

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

border-color css

<style>
 span { border-color: #69120F; }

 span { border-color: rgb(105,18,15); }

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