Html Css Color HEX #AD0403 Free Speech Red

📋 copy color: '#AD0403'

red 173 ◦ green 4 ◦ blue 3

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

Shades of Free Speech Red #AD0403

Tints of Free Speech Red #AD0403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.22%

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

R = 96.11%
G = 2.22%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD0403 (or 0xAD0403) is known color: Free Speech Red. HEX triplet: AD, 04 and 03. RGB value is (173,4,3). Sum of RGB (Red+Green+Blue) = 173+4+3=180 (23% of max value = 765). Red value is 173 (67.97% from 255 or 96.11% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0403 is #52FBFC. Grayscale: #363636. Windows color (decimal): -5438461 or 197805. OLE color: 197805.

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

Color convert

RGB 173 4 3 -
CMYK 0 0.98 0.98 0.32
HSL 0.35º 0.97% 0.35% -
HSV(B) 0.35º 0.98% 0.68% -
XYZ 17.29 8.98 0.91 -
YUV 54.42 98.99 212.58 -
System Red Green Blue C M Y K H S L
Decimal 173 4 3 0 0.98 0.98 0.32 0.35 0.97 0.35
Hex AD 4 3 0 62 62 20 0 61 23
Octal 255 4 3 0 142 142 40 0 141 43
Binary 10101101 100 11 0 1100010 1100010 100000 0 1100001 100011

Color Harmonies of #AD0403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0403

Black with #AD0403

Text Example


Text Example

White with #AD0403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0403; }

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

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

background-color css

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

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

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

border-color css

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

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

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