Html Css Color HEX #661A0A Red Oxide

📋 copy color: '#661A0A'

red 102 ◦ green 26 ◦ blue 10

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

Shades of Red Oxide #661A0A

Tints of Red Oxide #661A0A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.84%

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

R = 73.91%
G = 18.84%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.6

RGB Variations

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

Color information

#661A0A (or 0x661A0A) is known color: Red Oxide. HEX triplet: 66, 1A and 0A. RGB value is (102,26,10). Sum of RGB (Red+Green+Blue) = 102+26+10=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #661A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661A0A is #99E5F5. Grayscale: #2F2F2F. Windows color (decimal): -10085878 or 662118. OLE color: 662118.

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

Color convert

RGB 102 26 10 -
CMYK 0 0.75 0.90 0.6
HSL 10.43º 0.82% 0.22% -
HSV(B) 10.43º 0.9% 0.4% -
XYZ 5.9 3.59 0.67 -
YUV 46.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 102 26 10 0 0.75 0.90 0.6 10.43 0.82 0.22
Hex 66 1A A 0 4B 5A 3C A 52 16
Octal 146 32 12 0 113 132 74 12 122 26
Binary 1100110 11010 1010 0 1001011 1011010 111100 1010 1010010 10110

Color Harmonies of #661A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661A0A

Black with #661A0A

Text Example


Text Example

White with #661A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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