Html Css Color HEX #660F08 Red Oxide

📋 copy color: '#660F08'

red 102 ◦ green 15 ◦ blue 8

#660F08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #660F08

Tints of Red Oxide #660F08

RGB

 RED value IS 102 (40.23% from 255) = 81.6%

 GREEN value IS 15 (6.25% from 255) = 12%

 BLUE value IS 8 (3.52% from 255) = 6.4%

R = 81.6%
G = 12%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.6

RGB Variations

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

Color information

#660F08 (or 0x660F08) is known color: Red Oxide. HEX triplet: 66, 0F and 08. RGB value is (102,15,8). Sum of RGB (Red+Green+Blue) = 102+15+8=125 (16% of max value = 765). Red value is 102 (40.23% from 255 or 81.6% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 102 - color contains mainly: red. Hex color #660F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660F08 is #99F0F7. Grayscale: #282828. Windows color (decimal): -10088696 or 528230. OLE color: 528230.

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

Color convert

RGB 102 15 8 -
CMYK 0 0.85 0.92 0.6
HSL 4.47º 0.85% 0.22% -
HSV(B) 4.47º 0.92% 0.4% -
XYZ 5.69 3.18 0.54 -
YUV 40.22 109.82 172.07 -
System Red Green Blue C M Y K H S L
Decimal 102 15 8 0 0.85 0.92 0.6 4.47 0.85 0.22
Hex 66 F 8 0 55 5C 3C 4 55 16
Octal 146 17 10 0 125 134 74 4 125 26
Binary 1100110 1111 1000 0 1010101 1011100 111100 100 1010101 10110

Color Harmonies of #660F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660F08

Black with #660F08

Text Example


Text Example

White with #660F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #660F08;
 }
 .AnyTagClassName
 {
   color: #660F08;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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