Html Css Color HEX #661312 Red Oxide

📋 copy color: '#661312'

red 102 ◦ green 19 ◦ blue 18

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

Shades of Red Oxide #661312

Tints of Red Oxide #661312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

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

R = 73.38%
G = 13.67%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#661312 (or 0x661312) is known color: Red Oxide. HEX triplet: 66, 13 and 12. RGB value is (102,19,18). Sum of RGB (Red+Green+Blue) = 102+19+18=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #661312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661312 is #99ECED. Grayscale: #2B2B2B. Windows color (decimal): -10087662 or 1184614. OLE color: 1184614.

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

Color convert

RGB 102 19 18 -
CMYK 0 0.81 0.82 0.6
HSL 0.71º 0.7% 0.24% -
HSV(B) 0.71º 0.82% 0.4% -
XYZ 5.82 3.33 0.91 -
YUV 43.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 102 19 18 0 0.81 0.82 0.6 0.71 0.7 0.24
Hex 66 13 12 0 51 52 3C 1 46 18
Octal 146 23 22 0 121 122 74 1 106 30
Binary 1100110 10011 10010 0 1010001 1010010 111100 1 1000110 11000

Color Harmonies of #661312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661312

Black with #661312

Text Example


Text Example

White with #661312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661312; }

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

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

background-color css

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

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

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

border-color css

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

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

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