Html Css Color HEX #661512 Red Oxide

📋 copy color: '#661512'

red 102 ◦ green 21 ◦ blue 18

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

Shades of Red Oxide #661512

Tints of Red Oxide #661512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

 BLUE value IS 18 (7.42% from 255) = 12.77%

R = 72.34%
G = 14.89%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#661512 (or 0x661512) is known color: Red Oxide. HEX triplet: 66, 15 and 12. RGB value is (102,21,18). Sum of RGB (Red+Green+Blue) = 102+21+18=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #661512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661512 is #99EAED. Grayscale: #2C2C2C. Windows color (decimal): -10087150 or 1185126. OLE color: 1185126.

HSL color Cylindrical-coordinate representation of color #661512: hue angle of 2.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661512 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 21 18 -
CMYK 0 0.79 0.82 0.6
HSL 2.14º 0.7% 0.24% -
HSV(B) 2.14º 0.82% 0.4% -
XYZ 5.86 3.4 0.92 -
YUV 44.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 102 21 18 0 0.79 0.82 0.6 2.14 0.7 0.24
Hex 66 15 12 0 4F 52 3C 2 46 18
Octal 146 25 22 0 117 122 74 2 106 30
Binary 1100110 10101 10010 0 1001111 1010010 111100 10 1000110 11000

Color Harmonies of #661512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661512

Black with #661512

Text Example


Text Example

White with #661512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661512; }

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

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

background-color css

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

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

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

border-color css

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

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

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