Html Css Color HEX #AD0705 Free Speech Red

📋 copy color: '#AD0705'

red 173 ◦ green 7 ◦ blue 5

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

Shades of Free Speech Red #AD0705

Tints of Free Speech Red #AD0705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.7%

R = 93.51%
G = 3.78%
B = 2.7%

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

#AD0705 (or 0xAD0705) is known color: Free Speech Red. HEX triplet: AD, 07 and 05. RGB value is (173,7,5). Sum of RGB (Red+Green+Blue) = 173+7+5=185 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.51% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0705 is #52F8FA. Grayscale: #383838. Windows color (decimal): -5437691 or 329645. OLE color: 329645.

HSL color Cylindrical-coordinate representation of color #AD0705: hue angle of 0.71º degrees, saturation: 0.94, 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 #AD0705 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 7 5 -
CMYK 0 0.96 0.97 0.32
HSL 0.71º 0.94% 0.35% -
HSV(B) 0.71º 0.97% 0.68% -
XYZ 17.34 9.05 0.98 -
YUV 56.41 99 211.16 -
System Red Green Blue C M Y K H S L
Decimal 173 7 5 0 0.96 0.97 0.32 0.71 0.94 0.35
Hex AD 7 5 0 60 61 20 1 5E 23
Octal 255 7 5 0 140 141 40 1 136 43
Binary 10101101 111 101 0 1100000 1100001 100000 1 1011110 100011

Color Harmonies of #AD0705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0705

Black with #AD0705

Text Example


Text Example

White with #AD0705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0705; }

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

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

background-color css

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

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

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

border-color css

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

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

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