Html Css Color HEX #AD0505 Free Speech Red

📋 copy color: '#AD0505'

red 173 ◦ green 5 ◦ blue 5

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

Shades of Free Speech Red #AD0505

Tints of Free Speech Red #AD0505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

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

R = 94.54%
G = 2.73%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD0505 (or 0xAD0505) is known color: Free Speech Red. HEX triplet: AD, 05 and 05. RGB value is (173,5,5). Sum of RGB (Red+Green+Blue) = 173+5+5=183 (24% of max value = 765). Red value is 173 (67.97% from 255 or 94.54% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0505 is #52FAFA. Grayscale: #373737. Windows color (decimal): -5438203 or 329133. OLE color: 329133.

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

Color convert

RGB 173 5 5 -
CMYK 0 0.97 0.97 0.32
HSL 0.94% 0.35% -
HSV(B) 0.97% 0.68% -
XYZ 17.32 9 0.97 -
YUV 55.23 99.66 212 -
System Red Green Blue C M Y K H S L
Decimal 173 5 5 0 0.97 0.97 0.32 0 0.94 0.35
Hex AD 5 5 0 61 61 20 0 5E 23
Octal 255 5 5 0 141 141 40 0 136 43
Binary 10101101 101 101 0 1100001 1100001 100000 0 1011110 100011

Color Harmonies of #AD0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0505

Black with #AD0505

Text Example


Text Example

White with #AD0505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0505; }

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

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

background-color css

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

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

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

border-color css

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

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

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