Html Css Color HEX #66130E Red Oxide

📋 copy color: '#66130E'

red 102 ◦ green 19 ◦ blue 14

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

Shades of Red Oxide #66130E

Tints of Red Oxide #66130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.37%

R = 75.56%
G = 14.07%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#66130E (or 0x66130E) is known color: Red Oxide. HEX triplet: 66, 13 and 0E. RGB value is (102,19,14). Sum of RGB (Red+Green+Blue) = 102+19+14=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #66130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66130E is #99ECF1. Grayscale: #2B2B2B. Windows color (decimal): -10087666 or 922470. OLE color: 922470.

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

Color convert

RGB 102 19 14 -
CMYK 0 0.81 0.86 0.6
HSL 3.41º 0.76% 0.23% -
HSV(B) 3.41º 0.86% 0.4% -
XYZ 5.79 3.32 0.75 -
YUV 43.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 102 19 14 0 0.81 0.86 0.6 3.41 0.76 0.23
Hex 66 13 E 0 51 56 3C 3 4C 17
Octal 146 23 16 0 121 126 74 3 114 27
Binary 1100110 10011 1110 0 1010001 1010110 111100 11 1001100 10111

Color Harmonies of #66130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66130E

Black with #66130E

Text Example


Text Example

White with #66130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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