Html Css Color HEX #AD110A Free Speech Red

📋 copy color: '#AD110A'

red 173 ◦ green 17 ◦ blue 10

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

Shades of Free Speech Red #AD110A

Tints of Free Speech Red #AD110A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5%

R = 86.5%
G = 8.5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD110A (or 0xAD110A) is known color: Free Speech Red. HEX triplet: AD, 11 and 0A. RGB value is (173,17,10). Sum of RGB (Red+Green+Blue) = 173+17+10=200 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 173 - color contains mainly: red. Hex color #AD110A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD110A is #52EEF5. Grayscale: #3F3F3F. Windows color (decimal): -5435126 or 659885. OLE color: 659885.

HSL color Cylindrical-coordinate representation of color #AD110A: hue angle of 2.58º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD110A is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 10 -
CMYK 0 0.90 0.94 0.32
HSL 2.58º 0.89% 0.36% -
HSV(B) 2.58º 0.94% 0.68% -
XYZ 17.49 9.31 1.16 -
YUV 62.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 173 17 10 0 0.90 0.94 0.32 2.58 0.89 0.36
Hex AD 11 A 0 5A 5E 20 3 59 24
Octal 255 21 12 0 132 136 40 3 131 44
Binary 10101101 10001 1010 0 1011010 1011110 100000 11 1011001 100100

Color Harmonies of #AD110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD110A

Black with #AD110A

Text Example


Text Example

White with #AD110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD110A; }

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

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

background-color css

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

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

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

border-color css

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

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

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