Html Css Color HEX #661502 Red Oxide

📋 copy color: '#661502'

red 102 ◦ green 21 ◦ blue 2

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

Shades of Red Oxide #661502

Tints of Red Oxide #661502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.6%

R = 81.6%
G = 16.8%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#661502 (or 0x661502) is known color: Red Oxide. HEX triplet: 66, 15 and 02. RGB value is (102,21,2). Sum of RGB (Red+Green+Blue) = 102+21+2=125 (16% of max value = 765). Red value is 102 (40.23% from 255 or 81.6% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 102 - color contains mainly: red. Hex color #661502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661502 is #99EAFD. Grayscale: #2B2B2B. Windows color (decimal): -10087166 or 136550. OLE color: 136550.

HSL color Cylindrical-coordinate representation of color #661502: hue angle of 11.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #661502 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 21 2 -
CMYK 0 0.79 0.98 0.6
HSL 11.4º 0.96% 0.2% -
HSV(B) 11.4º 0.98% 0.4% -
XYZ 5.76 3.37 0.4 -
YUV 43.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 102 21 2 0 0.79 0.98 0.6 11.4 0.96 0.2
Hex 66 15 2 0 4F 62 3C B 60 14
Octal 146 25 2 0 117 142 74 13 140 24
Binary 1100110 10101 10 0 1001111 1100010 111100 1011 1100000 10100

Color Harmonies of #661502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661502

Black with #661502

Text Example


Text Example

White with #661502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661502; }

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

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

background-color css

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

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

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

border-color css

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

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

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