Html Css Color HEX #AD0800 Free Speech Red

📋 copy color: '#AD0800'

red 173 ◦ green 8 ◦ blue 0

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

Shades of Free Speech Red #AD0800

Tints of Free Speech Red #AD0800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

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

R = 95.58%
G = 4.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD0800 (or 0xAD0800) is known color: Free Speech Red. HEX triplet: AD, 08 and 00. RGB value is (173,8,0). Sum of RGB (Red+Green+Blue) = 173+8+0=181 (23% of max value = 765). Red value is 173 (67.97% from 255 or 95.58% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0800 is #52F7FF. Grayscale: #383838. Windows color (decimal): -5437440 or 2221. OLE color: 2221.

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

Color convert

RGB 173 8 0 -
CMYK 0 0.95 1 0.32
HSL 2.77º 1% 0.34% -
HSV(B) 2.77º 1% 0.68% -
XYZ 17.32 9.06 0.84 -
YUV 56.42 96.16 211.15 -
System Red Green Blue C M Y K H S L
Decimal 173 8 0 0 0.95 1 0.32 2.77 1 0.34
Hex AD 8 0 0 5F 64 20 3 64 22
Octal 255 10 0 0 137 144 40 3 144 42
Binary 10101101 1000 0 0 1011111 1100100 100000 11 1100100 100010

Color Harmonies of #AD0800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0800

Black with #AD0800

Text Example


Text Example

White with #AD0800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0800; }

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

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

background-color css

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

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

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

border-color css

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

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

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