#65120C

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

Shades of Red Oxide #65120C

Tints of Red Oxide #65120C

Color information

#65120C (or 0x65120C) is unknown color: approx Red Oxide. HEX triplet: 65, 12 and 0C. RGB value is (101,18,12). Sum of RGB (Red+Green+Blue) = 101+18+12=131 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.10% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 101 - color contains mainly: red. Hex color #65120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65120C is #9AEDF3. Grayscale: #2A2A2A. Windows color (decimal): -10153460 or 791141. OLE color: 791141.

HSL color Cylindrical-coordinate representation of color #65120C: hue angle of 4.04º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65120C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB1011812-
CMYK00.820.880.60
HSL4.04º78.76%22.16%-
HSV(B)4.04º88.12%39.61%-
XYZ5.653.230.67-
YUV42.13111169.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 77.10%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 12 (5.08% from 255) = 9.16%
R=77.10%
G=13.74%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101181200.820.880.604.0478.7622.16
Hex6512C052583C44f16
Octal1452214012213074411726
Binary1100101100101100010100101011000111100100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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