Html Css Color HEX #AD1203 Free Speech Red

📋 copy color: '#AD1203'

red 173 ◦ green 18 ◦ blue 3

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

Shades of Free Speech Red #AD1203

Tints of Free Speech Red #AD1203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.28%

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

R = 89.18%
G = 9.28%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD1203 (or 0xAD1203) is known color: Free Speech Red. HEX triplet: AD, 12 and 03. RGB value is (173,18,3). Sum of RGB (Red+Green+Blue) = 173+18+3=194 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.18% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1203 is #52EDFC. Grayscale: #3E3E3E. Windows color (decimal): -5434877 or 201389. OLE color: 201389.

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

Color convert

RGB 173 18 3 -
CMYK 0 0.90 0.98 0.32
HSL 5.29º 0.97% 0.35% -
HSV(B) 5.29º 0.98% 0.68% -
XYZ 17.47 9.32 0.97 -
YUV 62.64 94.35 206.72 -
System Red Green Blue C M Y K H S L
Decimal 173 18 3 0 0.90 0.98 0.32 5.29 0.97 0.35
Hex AD 12 3 0 5A 62 20 5 61 23
Octal 255 22 3 0 132 142 40 5 141 43
Binary 10101101 10010 11 0 1011010 1100010 100000 101 1100001 100011

Color Harmonies of #AD1203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1203

Black with #AD1203

Text Example


Text Example

White with #AD1203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1203; }

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

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

background-color css

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

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

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

border-color css

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

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

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