Html Css Color HEX #AD1000 Free Speech Red

📋 copy color: '#AD1000'

red 173 ◦ green 16 ◦ blue 0

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

Shades of Free Speech Red #AD1000

Tints of Free Speech Red #AD1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.53%
G = 8.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD1000 (or 0xAD1000) is known color: Free Speech Red. HEX triplet: AD, 10 and 00. RGB value is (173,16,0). Sum of RGB (Red+Green+Blue) = 173+16+0=189 (25% of max value = 765). Red value is 173 (67.97% from 255 or 91.53% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1000 is #52EFFF. Grayscale: #3D3D3D. Windows color (decimal): -5435392 or 4269. OLE color: 4269.

HSL color Cylindrical-coordinate representation of color #AD1000: hue angle of 5.55º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD1000 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 0 -
CMYK 0 0.91 1 0.32
HSL 5.55º 1% 0.34% -
HSV(B) 5.55º 1% 0.68% -
XYZ 17.42 9.25 0.87 -
YUV 61.12 93.51 207.8 -
System Red Green Blue C M Y K H S L
Decimal 173 16 0 0 0.91 1 0.32 5.55 1 0.34
Hex AD 10 0 0 5B 64 20 6 64 22
Octal 255 20 0 0 133 144 40 6 144 42
Binary 10101101 10000 0 0 1011011 1100100 100000 110 1100100 100010

Color Harmonies of #AD1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1000

Black with #AD1000

Text Example


Text Example

White with #AD1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1000; }

 p { color: rgb(173,16,0); }

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

background-color css

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

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

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

border-color css

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

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

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