Html Css Color HEX #66130A Red Oxide

📋 copy color: '#66130A'

red 102 ◦ green 19 ◦ blue 10

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

Shades of Red Oxide #66130A

Tints of Red Oxide #66130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.63%

R = 77.86%
G = 14.5%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.6

RGB Variations

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

Color information

#66130A (or 0x66130A) is known color: Red Oxide. HEX triplet: 66, 13 and 0A. RGB value is (102,19,10). Sum of RGB (Red+Green+Blue) = 102+19+10=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #66130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66130A is #99ECF5. Grayscale: #2A2A2A. Windows color (decimal): -10087670 or 660326. OLE color: 660326.

HSL color Cylindrical-coordinate representation of color #66130A: hue angle of 5.87º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66130A is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 19 10 -
CMYK 0 0.81 0.90 0.6
HSL 5.87º 0.82% 0.22% -
HSV(B) 5.87º 0.9% 0.4% -
XYZ 5.77 3.31 0.62 -
YUV 42.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 102 19 10 0 0.81 0.90 0.6 5.87 0.82 0.22
Hex 66 13 A 0 51 5A 3C 6 52 16
Octal 146 23 12 0 121 132 74 6 122 26
Binary 1100110 10011 1010 0 1010001 1011010 111100 110 1010010 10110

Color Harmonies of #66130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66130A

Black with #66130A

Text Example


Text Example

White with #66130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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