Html Css Color HEX #661D0B Red Oxide

📋 copy color: '#661D0B'

red 102 ◦ green 29 ◦ blue 11

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

Shades of Red Oxide #661D0B

Tints of Red Oxide #661D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.42%

 BLUE value IS 11 (4.69% from 255) = 7.75%

R = 71.83%
G = 20.42%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.6

RGB Variations

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

Color information

#661D0B (or 0x661D0B) is known color: Red Oxide. HEX triplet: 66, 1D and 0B. RGB value is (102,29,11). Sum of RGB (Red+Green+Blue) = 102+29+11=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #661D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661D0B is #99E2F4. Grayscale: #303030. Windows color (decimal): -10085109 or 728422. OLE color: 728422.

HSL color Cylindrical-coordinate representation of color #661D0B: hue angle of 11.87º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #661D0B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 29 11 -
CMYK 0 0.72 0.89 0.6
HSL 11.87º 0.81% 0.22% -
HSV(B) 11.87º 0.89% 0.4% -
XYZ 5.98 3.73 0.72 -
YUV 48.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 102 29 11 0 0.72 0.89 0.6 11.87 0.81 0.22
Hex 66 1D B 0 48 59 3C C 51 16
Octal 146 35 13 0 110 131 74 14 121 26
Binary 1100110 11101 1011 0 1001000 1011001 111100 1100 1010001 10110

Color Harmonies of #661D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661D0B

Black with #661D0B

Text Example


Text Example

White with #661D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,29,11); }

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

background-color css

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

 a { background-color: rgb(102,29,11); }

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

border-color css

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

 span { border-color: rgb(102,29,11); }

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