#66130C

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

Shades of Red Oxide #66130C

Tints of Red Oxide #66130C

Color information

#66130C (or 0x66130C) is unknown color: approx Red Oxide. HEX triplet: 66, 13 and 0C. RGB value is (102,19,12). Sum of RGB (Red+Green+Blue) = 102+19+12=133 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.69% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 102 - color contains mainly: red. Hex color #66130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66130C is #99ECF3. Grayscale: #2B2B2B. Windows color (decimal): -10087668 or 791398. OLE color: 791398.

HSL color Cylindrical-coordinate representation of color #66130C: hue angle of 4.67º 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 #66130C is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB1021912-
CMYK00.810.880.6
HSL4.67º78.95%22.35%-
HSV(B)4.67º88.24%40%-
XYZ5.783.320.68-
YUV43.02110.5170.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 76.69%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=76.69%
G=14.29%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102191200.810.880.64.6778.9522.35
Hex6613C051583C54f16
Octal1462314012113074511726
Binary1100110100111100010100011011000111100101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,19,12); }

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

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

 a { background-color: rgb(102,19,12); }

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

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

 span { border-color: rgb(102,19,12); }

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