Html Css Color HEX #AD1106 Free Speech Red

📋 copy color: '#AD1106'

red 173 ◦ green 17 ◦ blue 6

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

Shades of Free Speech Red #AD1106

Tints of Free Speech Red #AD1106

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.67%

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

R = 88.27%
G = 8.67%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD1106 (or 0xAD1106) is known color: Free Speech Red. HEX triplet: AD, 11 and 06. RGB value is (173,17,6). Sum of RGB (Red+Green+Blue) = 173+17+6=196 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.27% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1106 is #52EEF9. Grayscale: #3E3E3E. Windows color (decimal): -5435130 or 397741. OLE color: 397741.

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

Color convert

RGB 173 17 6 -
CMYK 0 0.90 0.97 0.32
HSL 3.95º 0.93% 0.35% -
HSV(B) 3.95º 0.97% 0.68% -
XYZ 17.47 9.3 1.05 -
YUV 62.39 96.18 206.89 -
System Red Green Blue C M Y K H S L
Decimal 173 17 6 0 0.90 0.97 0.32 3.95 0.93 0.35
Hex AD 11 6 0 5A 61 20 4 5D 23
Octal 255 21 6 0 132 141 40 4 135 43
Binary 10101101 10001 110 0 1011010 1100001 100000 100 1011101 100011

Color Harmonies of #AD1106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1106

Black with #AD1106

Text Example


Text Example

White with #AD1106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1106; }

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

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

background-color css

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

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

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

border-color css

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

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

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