Html Css Color HEX #662012 Red Oxide

📋 copy color: '#662012'

red 102 ◦ green 32 ◦ blue 18

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

Shades of Red Oxide #662012

Tints of Red Oxide #662012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.05%

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

R = 67.11%
G = 21.05%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#662012 (or 0x662012) is known color: Red Oxide. HEX triplet: 66, 20 and 12. RGB value is (102,32,18). Sum of RGB (Red+Green+Blue) = 102+32+18=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #662012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662012 is #99DFED. Grayscale: #333333. Windows color (decimal): -10084334 or 1187942. OLE color: 1187942.

HSL color Cylindrical-coordinate representation of color #662012: hue angle of 10º 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 #662012 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 32 18 -
CMYK 0 0.69 0.82 0.6
HSL 10º 0.7% 0.24% -
HSV(B) 10º 0.82% 0.4% -
XYZ 6.11 3.9 1 -
YUV 51.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 102 32 18 0 0.69 0.82 0.6 10 0.7 0.24
Hex 66 20 12 0 45 52 3C A 46 18
Octal 146 40 22 0 105 122 74 12 106 30
Binary 1100110 100000 10010 0 1000101 1010010 111100 1010 1000110 11000

Color Harmonies of #662012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662012

Black with #662012

Text Example


Text Example

White with #662012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662012; }

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

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

background-color css

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

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

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

border-color css

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

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

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