Html Css Color HEX #AD0803 Free Speech Red

📋 copy color: '#AD0803'

red 173 ◦ green 8 ◦ blue 3

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

Shades of Free Speech Red #AD0803

Tints of Free Speech Red #AD0803

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

 BLUE value IS 3 (1.56% from 255) = 1.63%

R = 94.02%
G = 4.35%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD0803 (or 0xAD0803) is known color: Free Speech Red. HEX triplet: AD, 08 and 03. RGB value is (173,8,3). Sum of RGB (Red+Green+Blue) = 173+8+3=184 (24% of max value = 765). Red value is 173 (67.97% from 255 or 94.02% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0803 is #52F7FC. Grayscale: #383838. Windows color (decimal): -5437437 or 198829. OLE color: 198829.

HSL color Cylindrical-coordinate representation of color #AD0803: hue angle of 1.76º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0803 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 8 3 -
CMYK 0 0.95 0.98 0.32
HSL 1.76º 0.97% 0.35% -
HSV(B) 1.76º 0.98% 0.68% -
XYZ 17.34 9.06 0.92 -
YUV 56.77 97.66 210.91 -
System Red Green Blue C M Y K H S L
Decimal 173 8 3 0 0.95 0.98 0.32 1.76 0.97 0.35
Hex AD 8 3 0 5F 62 20 2 61 23
Octal 255 10 3 0 137 142 40 2 141 43
Binary 10101101 1000 11 0 1011111 1100010 100000 10 1100001 100011

Color Harmonies of #AD0803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0803

Black with #AD0803

Text Example


Text Example

White with #AD0803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0803; }

 p { color: rgb(173,8,3); }

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

background-color css

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

 a { background-color: rgb(173,8,3); }

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

border-color css

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

 span { border-color: rgb(173,8,3); }

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