Html Css Color HEX #AD1A03 Free Speech Red

📋 copy color: '#AD1A03'

red 173 ◦ green 26 ◦ blue 3

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

Shades of Free Speech Red #AD1A03

Tints of Free Speech Red #AD1A03

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.87%

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

R = 85.64%
G = 12.87%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD1A03 (or 0xAD1A03) is known color: Free Speech Red. HEX triplet: AD, 1A and 03. RGB value is (173,26,3). Sum of RGB (Red+Green+Blue) = 173+26+3=202 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.64% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1A03 is #52E5FC. Grayscale: #434343. Windows color (decimal): -5432829 or 203437. OLE color: 203437.

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

Color convert

RGB 173 26 3 -
CMYK 0 0.85 0.98 0.32
HSL 8.12º 0.97% 0.35% -
HSV(B) 8.12º 0.98% 0.68% -
XYZ 17.62 9.63 1.02 -
YUV 67.33 91.7 203.37 -
System Red Green Blue C M Y K H S L
Decimal 173 26 3 0 0.85 0.98 0.32 8.12 0.97 0.35
Hex AD 1A 3 0 55 62 20 8 61 23
Octal 255 32 3 0 125 142 40 10 141 43
Binary 10101101 11010 11 0 1010101 1100010 100000 1000 1100001 100011

Color Harmonies of #AD1A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A03

Black with #AD1A03

Text Example


Text Example

White with #AD1A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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