Html Css Color HEX #661310 Red Oxide

📋 copy color: '#661310'

red 102 ◦ green 19 ◦ blue 16

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

Shades of Red Oxide #661310

Tints of Red Oxide #661310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.68%

R = 74.45%
G = 13.87%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#661310 (or 0x661310) is known color: Red Oxide. HEX triplet: 66, 13 and 10. RGB value is (102,19,16). Sum of RGB (Red+Green+Blue) = 102+19+16=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #661310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661310 is #99ECEF. Grayscale: #2B2B2B. Windows color (decimal): -10087664 or 1053542. OLE color: 1053542.

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

Color convert

RGB 102 19 16 -
CMYK 0 0.81 0.84 0.6
HSL 2.09º 0.73% 0.23% -
HSV(B) 2.09º 0.84% 0.4% -
XYZ 5.81 3.33 0.83 -
YUV 43.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 102 19 16 0 0.81 0.84 0.6 2.09 0.73 0.23
Hex 66 13 10 0 51 54 3C 2 49 17
Octal 146 23 20 0 121 124 74 2 111 27
Binary 1100110 10011 10000 0 1010001 1010100 111100 10 1001001 10111

Color Harmonies of #661310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661310

Black with #661310

Text Example


Text Example

White with #661310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661310; }

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

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

background-color css

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

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

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

border-color css

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

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

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