#AD1606

Color #AD1606 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #AD1606

Tints of Free Speech Red #AD1606

Color information

#AD1606 (or 0xAD1606) is unknown color: approx 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

RGB173226-
CMYK00.870.970.32
HSL5.75º93.3%35.1%-
HSV(B)5.75º96.53%67.84%-
XYZ17.559.471.08-
YUV65.3294.53204.8-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17322600.870.970.325.7593.335.1
HexAD166057612065d23
Octal255266012714140613543
Binary10101101101101100101011111000011000001101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>