Html Css Color HEX #AD100D Free Speech Red

📋 copy color: '#AD100D'

red 173 ◦ green 16 ◦ blue 13

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

Shades of Free Speech Red #AD100D

Tints of Free Speech Red #AD100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.92%

 BLUE value IS 13 (5.47% from 255) = 6.44%

R = 85.64%
G = 7.92%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD100D (or 0xAD100D) is known color: Free Speech Red. HEX triplet: AD, 10 and 0D. RGB value is (173,16,13). Sum of RGB (Red+Green+Blue) = 173+16+13=202 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.64% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 173 - color contains mainly: red. Hex color #AD100D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD100D is #52EFF2. Grayscale: #3E3E3E. Windows color (decimal): -5435379 or 856237. OLE color: 856237.

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

Color convert

RGB 173 16 13 -
CMYK 0 0.91 0.92 0.32
HSL 1.13º 0.86% 0.36% -
HSV(B) 1.13º 0.92% 0.68% -
XYZ 17.49 9.28 1.25 -
YUV 62.6 100.01 206.74 -
System Red Green Blue C M Y K H S L
Decimal 173 16 13 0 0.91 0.92 0.32 1.13 0.86 0.36
Hex AD 10 D 0 5B 5C 20 1 56 24
Octal 255 20 15 0 133 134 40 1 126 44
Binary 10101101 10000 1101 0 1011011 1011100 100000 1 1010110 100100

Color Harmonies of #AD100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD100D

Black with #AD100D

Text Example


Text Example

White with #AD100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD100D; }

 p { color: rgb(173,16,13); }

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

background-color css

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

 a { background-color: rgb(173,16,13); }

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

border-color css

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

 span { border-color: rgb(173,16,13); }

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