Html Css Color HEX #AD1B01 Free Speech Red

📋 copy color: '#AD1B01'

red 173 ◦ green 27 ◦ blue 1

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

Shades of Free Speech Red #AD1B01

Tints of Free Speech Red #AD1B01

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.43%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 86.07%
G = 13.43%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD1B01 (or 0xAD1B01) is known color: Free Speech Red. HEX triplet: AD, 1B and 01. RGB value is (173,27,1). Sum of RGB (Red+Green+Blue) = 173+27+1=201 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.07% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B01 is #52E4FE. Grayscale: #434343. Windows color (decimal): -5432575 or 72621. OLE color: 72621.

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

Color convert

RGB 173 27 1 -
CMYK 0 0.84 0.99 0.32
HSL 9.07º 0.99% 0.34% -
HSV(B) 9.07º 0.99% 0.68% -
XYZ 17.63 9.67 0.97 -
YUV 67.69 90.37 203.11 -
System Red Green Blue C M Y K H S L
Decimal 173 27 1 0 0.84 0.99 0.32 9.07 0.99 0.34
Hex AD 1B 1 0 54 63 20 9 63 22
Octal 255 33 1 0 124 143 40 11 143 42
Binary 10101101 11011 1 0 1010100 1100011 100000 1001 1100011 100010

Color Harmonies of #AD1B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B01

Black with #AD1B01

Text Example


Text Example

White with #AD1B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B01; }

 p { color: rgb(173,27,1); }

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

background-color css

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

 a { background-color: rgb(173,27,1); }

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

border-color css

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

 span { border-color: rgb(173,27,1); }

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