Html Css Color HEX #AD0904 Free Speech Red

📋 copy color: '#AD0904'

red 173 ◦ green 9 ◦ blue 4

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

Shades of Free Speech Red #AD0904

Tints of Free Speech Red #AD0904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.15%

R = 93.01%
G = 4.84%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD0904 (or 0xAD0904) is known color: Free Speech Red. HEX triplet: AD, 09 and 04. RGB value is (173,9,4). Sum of RGB (Red+Green+Blue) = 173+9+4=186 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.01% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0904 is #52F6FB. Grayscale: #393939. Windows color (decimal): -5437180 or 264621. OLE color: 264621.

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

Color convert

RGB 173 9 4 -
CMYK 0 0.95 0.98 0.32
HSL 1.78º 0.95% 0.35% -
HSV(B) 1.78º 0.98% 0.68% -
XYZ 17.35 9.09 0.95 -
YUV 57.47 97.83 210.41 -
System Red Green Blue C M Y K H S L
Decimal 173 9 4 0 0.95 0.98 0.32 1.78 0.95 0.35
Hex AD 9 4 0 5F 62 20 2 5F 23
Octal 255 11 4 0 137 142 40 2 137 43
Binary 10101101 1001 100 0 1011111 1100010 100000 10 1011111 100011

Color Harmonies of #AD0904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0904

Black with #AD0904

Text Example


Text Example

White with #AD0904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0904; }

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

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

background-color css

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

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

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

border-color css

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

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

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