Html Css Color HEX #AD0706 Free Speech Red

📋 copy color: '#AD0706'

red 173 ◦ green 7 ◦ blue 6

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

Shades of Free Speech Red #AD0706

Tints of Free Speech Red #AD0706

RGB

 RED value IS 173 (67.97% from 255) = 93.01%

 GREEN value IS 7 (3.13% from 255) = 3.76%

 BLUE value IS 6 (2.73% from 255) = 3.23%

R = 93.01%
G = 3.76%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD0706 (or 0xAD0706) is known color: Free Speech Red. HEX triplet: AD, 07 and 06. RGB value is (173,7,6). Sum of RGB (Red+Green+Blue) = 173+7+6=186 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.01% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0706 is #52F8F9. Grayscale: #383838. Windows color (decimal): -5437690 or 395181. OLE color: 395181.

HSL color Cylindrical-coordinate representation of color #AD0706: hue angle of 0.36º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0706 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 7 6 -
CMYK 0 0.96 0.97 0.32
HSL 0.36º 0.93% 0.35% -
HSV(B) 0.36º 0.97% 0.68% -
XYZ 17.34 9.05 1 -
YUV 56.52 99.5 211.08 -
System Red Green Blue C M Y K H S L
Decimal 173 7 6 0 0.96 0.97 0.32 0.36 0.93 0.35
Hex AD 7 6 0 60 61 20 0 5D 23
Octal 255 7 6 0 140 141 40 0 135 43
Binary 10101101 111 110 0 1100000 1100001 100000 0 1011101 100011

Color Harmonies of #AD0706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0706

Black with #AD0706

Text Example


Text Example

White with #AD0706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0706; }

 p { color: rgb(173,7,6); }

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

background-color css

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

 a { background-color: rgb(173,7,6); }

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

border-color css

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

 span { border-color: rgb(173,7,6); }

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