#69120C

Color #69120C Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #69120C

Tints of Red Oxide #69120C

Color information

#69120C (or 0x69120C) is unknown color: approx Red Oxide. HEX triplet: 69, 12 and 0C. RGB value is (105,18,12). Sum of RGB (Red+Green+Blue) = 105+18+12=135 (17% of max value = 765). Red value is 105 (41.41% from 255 or 77.78% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 105 - color contains mainly: red. Hex color #69120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69120C is #96EDF3. Grayscale: #2B2B2B. Windows color (decimal): -9891316 or 791145. OLE color: 791145.

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

Color convert

RGB1051812-
CMYK00.830.890.59
HSL3.87º79.49%22.94%-
HSV(B)3.87º88.57%41.18%-
XYZ6.113.460.69-
YUV43.33110.32171.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 77.78%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 12 (5.08% from 255) = 8.89%
R=77.78%
G=13.33%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105181200.830.890.593.8779.4922.94
Hex6912C053593B44f17
Octal1512214012313173411727
Binary1101001100101100010100111011001111011100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #69120C;
 }
 .AnyTagClassName
 {
   color: #69120C;
 }
</style>
background-color css

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

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

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

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

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

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