#660B0B

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

Shades of Red Oxide #660B0B

Tints of Red Oxide #660B0B

Color information

#660B0B (or 0x660B0B) is unknown color: approx Red Oxide. HEX triplet: 66, 0B and 0B. RGB value is (102,11,11). Sum of RGB (Red+Green+Blue) = 102+11+11=124 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.26% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 102 - color contains mainly: red. Hex color #660B0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660B0B is #99F4F4. Grayscale: #262626. Windows color (decimal): -10089717 or 723814. OLE color: 723814.

HSL color Cylindrical-coordinate representation of color #660B0B: hue angle of 0º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660B0B is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB1021111-
CMYK00.890.890.6
HSL80.53%22.16%-
HSV(B)89.22%40%-
XYZ5.663.090.61-
YUV38.21112.65173.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 82.26%
GREEN value IS 11 (4.69% from 255) = 8.87%
BLUE value IS 11 (4.69% from 255) = 8.87%
R=82.26%
G=8.87%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102111100.890.890.6080.5322.16
Hex66BB059593C05116
Octal1461313013113174012126
Binary1100110101110110101100110110011111000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660B0B; }

 p { color: rgb(102,11,11); }

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

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

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

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

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

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

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