Html Css Color HEX #661302 Red Oxide

📋 copy color: '#661302'

red 102 ◦ green 19 ◦ blue 2

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

Shades of Red Oxide #661302

Tints of Red Oxide #661302

RGB

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

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

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

R = 82.93%
G = 15.45%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#661302 (or 0x661302) is known color: Red Oxide. HEX triplet: 66, 13 and 02. RGB value is (102,19,2). Sum of RGB (Red+Green+Blue) = 102+19+2=123 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.93% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 102 - color contains mainly: red. Hex color #661302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661302 is #99ECFD. Grayscale: #2A2A2A. Windows color (decimal): -10087678 or 136038. OLE color: 136038.

HSL color Cylindrical-coordinate representation of color #661302: hue angle of 10.2º 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 #661302 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 19 2 -
CMYK 0 0.81 0.98 0.6
HSL 10.2º 0.96% 0.2% -
HSV(B) 10.2º 0.98% 0.4% -
XYZ 5.72 3.29 0.39 -
YUV 41.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 102 19 2 0 0.81 0.98 0.6 10.2 0.96 0.2
Hex 66 13 2 0 51 62 3C A 60 14
Octal 146 23 2 0 121 142 74 12 140 24
Binary 1100110 10011 10 0 1010001 1100010 111100 1010 1100000 10100

Color Harmonies of #661302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661302

Black with #661302

Text Example


Text Example

White with #661302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661302; }

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

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

background-color css

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

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

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

border-color css

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

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

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