Html Css Color HEX #AD1A00 Free Speech Red

📋 copy color: '#AD1A00'

red 173 ◦ green 26 ◦ blue 0

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

Shades of Free Speech Red #AD1A00

Tints of Free Speech Red #AD1A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.93%
G = 13.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD1A00 (or 0xAD1A00) is known color: Free Speech Red. HEX triplet: AD, 1A and 00. RGB value is (173,26,0). Sum of RGB (Red+Green+Blue) = 173+26+0=199 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.93% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1A00 is #52E5FF. Grayscale: #434343. Windows color (decimal): -5432832 or 6829. OLE color: 6829.

HSL color Cylindrical-coordinate representation of color #AD1A00: hue angle of 9.02º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD1A00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 26 0 -
CMYK 0 0.85 1 0.32
HSL 9.02º 1% 0.34% -
HSV(B) 9.02º 1% 0.68% -
XYZ 17.6 9.62 0.93 -
YUV 66.99 90.2 203.61 -
System Red Green Blue C M Y K H S L
Decimal 173 26 0 0 0.85 1 0.32 9.02 1 0.34
Hex AD 1A 0 0 55 64 20 9 64 22
Octal 255 32 0 0 125 144 40 11 144 42
Binary 10101101 11010 0 0 1010101 1100100 100000 1001 1100100 100010

Color Harmonies of #AD1A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A00

Black with #AD1A00

Text Example


Text Example

White with #AD1A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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