Html Css Color HEX #AD0D0B Free Speech Red

📋 copy color: '#AD0D0B'

red 173 ◦ green 13 ◦ blue 11

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

Shades of Free Speech Red #AD0D0B

Tints of Free Speech Red #AD0D0B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.6%

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

R = 87.82%
G = 6.6%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD0D0B (or 0xAD0D0B) is known color: Free Speech Red. HEX triplet: AD, 0D and 0B. RGB value is (173,13,11). Sum of RGB (Red+Green+Blue) = 173+13+11=197 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.82% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0D0B is #52F2F4. Grayscale: #3C3C3C. Windows color (decimal): -5436149 or 724397. OLE color: 724397.

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

Color convert

RGB 173 13 11 -
CMYK 0 0.92 0.94 0.32
HSL 0.74º 0.88% 0.36% -
HSV(B) 0.74º 0.94% 0.68% -
XYZ 17.44 9.2 1.17 -
YUV 60.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 173 13 11 0 0.92 0.94 0.32 0.74 0.88 0.36
Hex AD D B 0 5C 5E 20 1 58 24
Octal 255 15 13 0 134 136 40 1 130 44
Binary 10101101 1101 1011 0 1011100 1011110 100000 1 1011000 100100

Color Harmonies of #AD0D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0D0B

Black with #AD0D0B

Text Example


Text Example

White with #AD0D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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