Html Css Color HEX #661303 Red Oxide

📋 copy color: '#661303'

red 102 ◦ green 19 ◦ blue 3

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

Shades of Red Oxide #661303

Tints of Red Oxide #661303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.42%

R = 82.26%
G = 15.32%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.6

RGB Variations

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

Color information

#661303 (or 0x661303) is known color: Red Oxide. HEX triplet: 66, 13 and 03. RGB value is (102,19,3). Sum of RGB (Red+Green+Blue) = 102+19+3=124 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.26% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 102 - color contains mainly: red. Hex color #661303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661303 is #99ECFC. Grayscale: #2A2A2A. Windows color (decimal): -10087677 or 201574. OLE color: 201574.

HSL color Cylindrical-coordinate representation of color #661303: hue angle of 9.7º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #661303 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 19 3 -
CMYK 0 0.81 0.97 0.6
HSL 9.7º 0.94% 0.21% -
HSV(B) 9.7º 0.97% 0.4% -
XYZ 5.73 3.3 0.42 -
YUV 41.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 102 19 3 0 0.81 0.97 0.6 9.7 0.94 0.21
Hex 66 13 3 0 51 61 3C A 5E 15
Octal 146 23 3 0 121 141 74 12 136 25
Binary 1100110 10011 11 0 1010001 1100001 111100 1010 1011110 10101

Color Harmonies of #661303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661303

Black with #661303

Text Example


Text Example

White with #661303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661303; }

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

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

background-color css

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

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

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

border-color css

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

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

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