Html Css Color HEX #AD0B05 Free Speech Red

📋 copy color: '#AD0B05'

red 173 ◦ green 11 ◦ blue 5

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

Shades of Free Speech Red #AD0B05

Tints of Free Speech Red #AD0B05

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.82%

 BLUE value IS 5 (2.34% from 255) = 2.65%

R = 91.53%
G = 5.82%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD0B05 (or 0xAD0B05) is known color: Free Speech Red. HEX triplet: AD, 0B and 05. RGB value is (173,11,5). Sum of RGB (Red+Green+Blue) = 173+11+5=189 (25% of max value = 765). Red value is 173 (67.97% from 255 or 91.53% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0B05 is #52F4FA. Grayscale: #3A3A3A. Windows color (decimal): -5436667 or 330669. OLE color: 330669.

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

Color convert

RGB 173 11 5 -
CMYK 0 0.94 0.97 0.32
HSL 2.14º 0.94% 0.35% -
HSV(B) 2.14º 0.97% 0.68% -
XYZ 17.38 9.13 0.99 -
YUV 58.75 97.67 209.49 -
System Red Green Blue C M Y K H S L
Decimal 173 11 5 0 0.94 0.97 0.32 2.14 0.94 0.35
Hex AD B 5 0 5E 61 20 2 5E 23
Octal 255 13 5 0 136 141 40 2 136 43
Binary 10101101 1011 101 0 1011110 1100001 100000 10 1011110 100011

Color Harmonies of #AD0B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B05

Black with #AD0B05

Text Example


Text Example

White with #AD0B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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