Html Css Color HEX #AD1600 Free Speech Red

📋 copy color: '#AD1600'

red 173 ◦ green 22 ◦ blue 0

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

Shades of Free Speech Red #AD1600

Tints of Free Speech Red #AD1600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.28%

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

R = 88.72%
G = 11.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD1600 (or 0xAD1600) is known color: Free Speech Red. HEX triplet: AD, 16 and 00. RGB value is (173,22,0). Sum of RGB (Red+Green+Blue) = 173+22+0=195 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.72% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1600 is #52E9FF. Grayscale: #404040. Windows color (decimal): -5433856 or 5805. OLE color: 5805.

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

Color convert

RGB 173 22 0 -
CMYK 0 0.87 1 0.32
HSL 7.63º 1% 0.34% -
HSV(B) 7.63º 1% 0.68% -
XYZ 17.52 9.46 0.9 -
YUV 64.64 91.53 205.29 -
System Red Green Blue C M Y K H S L
Decimal 173 22 0 0 0.87 1 0.32 7.63 1 0.34
Hex AD 16 0 0 57 64 20 8 64 22
Octal 255 26 0 0 127 144 40 10 144 42
Binary 10101101 10110 0 0 1010111 1100100 100000 1000 1100100 100010

Color Harmonies of #AD1600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1600

Black with #AD1600

Text Example


Text Example

White with #AD1600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1600; }

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

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

background-color css

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

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

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

border-color css

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

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

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