Html Css Color HEX #66150A Red Oxide

📋 copy color: '#66150A'

red 102 ◦ green 21 ◦ blue 10

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

Shades of Red Oxide #66150A

Tints of Red Oxide #66150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.79%

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

R = 76.69%
G = 15.79%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.6

RGB Variations

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

Color information

#66150A (or 0x66150A) is known color: Red Oxide. HEX triplet: 66, 15 and 0A. RGB value is (102,21,10). Sum of RGB (Red+Green+Blue) = 102+21+10=133 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.69% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 102 - color contains mainly: red. Hex color #66150A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66150A is #99EAF5. Grayscale: #2C2C2C. Windows color (decimal): -10087158 or 660838. OLE color: 660838.

HSL color Cylindrical-coordinate representation of color #66150A: hue angle of 7.17º 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 #66150A is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 21 10 -
CMYK 0 0.79 0.90 0.6
HSL 7.17º 0.82% 0.22% -
HSV(B) 7.17º 0.9% 0.4% -
XYZ 5.8 3.38 0.63 -
YUV 43.97 108.84 169.39 -
System Red Green Blue C M Y K H S L
Decimal 102 21 10 0 0.79 0.90 0.6 7.17 0.82 0.22
Hex 66 15 A 0 4F 5A 3C 7 52 16
Octal 146 25 12 0 117 132 74 7 122 26
Binary 1100110 10101 1010 0 1001111 1011010 111100 111 1010010 10110

Color Harmonies of #66150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66150A

Black with #66150A

Text Example


Text Example

White with #66150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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