#681212

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

Shades of Red Oxide #681212

Tints of Red Oxide #681212

Color information

#681212 (or 0x681212) is unknown color: approx Red Oxide. HEX triplet: 68, 12 and 12. RGB value is (104,18,18). Sum of RGB (Red+Green+Blue) = 104+18+18=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #681212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681212 is #97EDED. Grayscale: #2B2B2B. Windows color (decimal): -9956846 or 1184360. OLE color: 1184360.

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

Color convert

RGB1041818-
CMYK00.830.830.59
HSL70.49%23.92%-
HSV(B)82.69%40.78%-
XYZ6.033.420.91-
YUV43.71113.49171-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.29%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=74.29%
G=12.86%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104181800.830.830.59070.4923.92
Hex681212053533B04618
Octal1502222012312373010630
Binary110100010010100100101001110100111110110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681212; }

 p { color: rgb(104,18,18); }

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

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

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

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

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

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

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