Html Css Color HEX #AD1606 Free Speech Red

📋 copy color: '#AD1606'

red 173 ◦ green 22 ◦ blue 6

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

Shades of Free Speech Red #AD1606

Tints of Free Speech Red #AD1606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.99%

R = 86.07%
G = 10.95%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD1606 (or 0xAD1606) is known color: Free Speech Red. HEX triplet: AD, 16 and 06. RGB value is (173,22,6). Sum of RGB (Red+Green+Blue) = 173+22+6=201 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.07% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1606 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1606 is #52E9F9. Grayscale: #414141. Windows color (decimal): -5433850 or 399021. OLE color: 399021.

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

Color convert

RGB 173 22 6 -
CMYK 0 0.87 0.97 0.32
HSL 5.75º 0.93% 0.35% -
HSV(B) 5.75º 0.97% 0.68% -
XYZ 17.55 9.47 1.08 -
YUV 65.33 94.53 204.8 -
System Red Green Blue C M Y K H S L
Decimal 173 22 6 0 0.87 0.97 0.32 5.75 0.93 0.35
Hex AD 16 6 0 57 61 20 6 5D 23
Octal 255 26 6 0 127 141 40 6 135 43
Binary 10101101 10110 110 0 1010111 1100001 100000 110 1011101 100011

Color Harmonies of #AD1606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1606

Black with #AD1606

Text Example


Text Example

White with #AD1606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1606; }

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

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

background-color css

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

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

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

border-color css

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

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

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