Html Css Color HEX #AD120B Free Speech Red

📋 copy color: '#AD120B'

red 173 ◦ green 18 ◦ blue 11

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

Shades of Free Speech Red #AD120B

Tints of Free Speech Red #AD120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

 BLUE value IS 11 (4.69% from 255) = 5.45%

R = 85.64%
G = 8.91%
B = 5.45%

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

#AD120B (or 0xAD120B) is known color: Free Speech Red. HEX triplet: AD, 12 and 0B. RGB value is (173,18,11). Sum of RGB (Red+Green+Blue) = 173+18+11=202 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.64% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 173 - color contains mainly: red. Hex color #AD120B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD120B is #52EDF4. Grayscale: #3F3F3F. Windows color (decimal): -5434869 or 725677. OLE color: 725677.

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

Color convert

RGB 173 18 11 -
CMYK 0 0.90 0.94 0.32
HSL 2.59º 0.88% 0.36% -
HSV(B) 2.59º 0.94% 0.68% -
XYZ 17.51 9.34 1.2 -
YUV 63.55 98.35 206.07 -
System Red Green Blue C M Y K H S L
Decimal 173 18 11 0 0.90 0.94 0.32 2.59 0.88 0.36
Hex AD 12 B 0 5A 5E 20 3 58 24
Octal 255 22 13 0 132 136 40 3 130 44
Binary 10101101 10010 1011 0 1011010 1011110 100000 11 1011000 100100

Color Harmonies of #AD120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD120B

Black with #AD120B

Text Example


Text Example

White with #AD120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD120B; }

 p { color: rgb(173,18,11); }

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

background-color css

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

 a { background-color: rgb(173,18,11); }

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

border-color css

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

 span { border-color: rgb(173,18,11); }

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