Html Css Color HEX #AD0901 Free Speech Red

📋 copy color: '#AD0901'

red 173 ◦ green 9 ◦ blue 1

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

Shades of Free Speech Red #AD0901

Tints of Free Speech Red #AD0901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.92%

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

R = 94.54%
G = 4.92%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD0901 (or 0xAD0901) is known color: Free Speech Red. HEX triplet: AD, 09 and 01. RGB value is (173,9,1). Sum of RGB (Red+Green+Blue) = 173+9+1=183 (24% of max value = 765). Red value is 173 (67.97% from 255 or 94.54% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0901 is #52F6FE. Grayscale: #393939. Windows color (decimal): -5437183 or 68013. OLE color: 68013.

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

Color convert

RGB 173 9 1 -
CMYK 0 0.95 0.99 0.32
HSL 2.79º 0.99% 0.34% -
HSV(B) 2.79º 0.99% 0.68% -
XYZ 17.34 9.08 0.87 -
YUV 57.12 96.33 210.65 -
System Red Green Blue C M Y K H S L
Decimal 173 9 1 0 0.95 0.99 0.32 2.79 0.99 0.34
Hex AD 9 1 0 5F 63 20 3 63 22
Octal 255 11 1 0 137 143 40 3 143 42
Binary 10101101 1001 1 0 1011111 1100011 100000 11 1100011 100010

Color Harmonies of #AD0901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0901

Black with #AD0901

Text Example


Text Example

White with #AD0901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0901; }

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

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

background-color css

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

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

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

border-color css

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

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

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