#66120F

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

Shades of Red Oxide #66120F

Tints of Red Oxide #66120F

Color information

#66120F (or 0x66120F) is unknown color: approx Red Oxide. HEX triplet: 66, 12 and 0F. RGB value is (102,18,15). Sum of RGB (Red+Green+Blue) = 102+18+15=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #66120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66120F is #99EDF0. Grayscale: #2A2A2A. Windows color (decimal): -10087921 or 987750. OLE color: 987750.

HSL color Cylindrical-coordinate representation of color #66120F: hue angle of 2.07º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66120F is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB1021815-
CMYK00.820.850.6
HSL2.07º74.36%22.94%-
HSV(B)2.07º85.29%40%-
XYZ5.783.290.78-
YUV42.77112.33170.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75.56%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 15 (6.25% from 255) = 11.11%
R=75.56%
G=13.33%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102181500.820.850.62.0774.3622.94
Hex6612F052553C24a17
Octal1462217012212574211227
Binary110011010010111101010010101010111110010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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