Html Css Color HEX #AD0503 Free Speech Red

📋 copy color: '#AD0503'

red 173 ◦ green 5 ◦ blue 3

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

Shades of Free Speech Red #AD0503

Tints of Free Speech Red #AD0503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.76%

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

R = 95.58%
G = 2.76%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD0503 (or 0xAD0503) is known color: Free Speech Red. HEX triplet: AD, 05 and 03. RGB value is (173,5,3). Sum of RGB (Red+Green+Blue) = 173+5+3=181 (23% of max value = 765). Red value is 173 (67.97% from 255 or 95.58% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0503 is #52FAFC. Grayscale: #373737. Windows color (decimal): -5438205 or 198061. OLE color: 198061.

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

Color convert

RGB 173 5 3 -
CMYK 0 0.97 0.98 0.32
HSL 0.71º 0.97% 0.35% -
HSV(B) 0.71º 0.98% 0.68% -
XYZ 17.3 9 0.91 -
YUV 55 98.66 212.16 -
System Red Green Blue C M Y K H S L
Decimal 173 5 3 0 0.97 0.98 0.32 0.71 0.97 0.35
Hex AD 5 3 0 61 62 20 1 61 23
Octal 255 5 3 0 141 142 40 1 141 43
Binary 10101101 101 11 0 1100001 1100010 100000 1 1100001 100011

Color Harmonies of #AD0503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0503

Black with #AD0503

Text Example


Text Example

White with #AD0503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0503; }

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

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

background-color css

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

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

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

border-color css

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

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

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