Html Css Color HEX #662020 Red Oxide

📋 copy color: '#662020'

red 102 ◦ green 32 ◦ blue 32

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

Shades of Red Oxide #662020

Tints of Red Oxide #662020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.28%

 BLUE value IS 32 (12.89% from 255) = 19.28%

R = 61.45%
G = 19.28%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#662020 (or 0x662020) is known color: Red Oxide. HEX triplet: 66, 20 and 20. RGB value is (102,32,32). Sum of RGB (Red+Green+Blue) = 102+32+32=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #662020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662020 is #99DFDF. Grayscale: #353535. Windows color (decimal): -10084320 or 2105446. OLE color: 2105446.

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

Color convert

RGB 102 32 32 -
CMYK 0 0.69 0.69 0.6
HSL 0.52% 0.26% -
HSV(B) 0.69% 0.4% -
XYZ 6.26 3.96 1.8 -
YUV 52.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 102 32 32 0 0.69 0.69 0.6 0 0.52 0.26
Hex 66 20 20 0 45 45 3C 0 34 1A
Octal 146 40 40 0 105 105 74 0 64 32
Binary 1100110 100000 100000 0 1000101 1000101 111100 0 110100 11010

Color Harmonies of #662020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662020

Black with #662020

Text Example


Text Example

White with #662020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662020; }

 p { color: rgb(102,32,32); }

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

background-color css

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

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

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

border-color css

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

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

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