Html Css Color HEX #AD0905 Free Speech Red

📋 copy color: '#AD0905'

red 173 ◦ green 9 ◦ blue 5

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

Shades of Free Speech Red #AD0905

Tints of Free Speech Red #AD0905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.67%

R = 92.51%
G = 4.81%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD0905 (or 0xAD0905) is known color: Free Speech Red. HEX triplet: AD, 09 and 05. RGB value is (173,9,5). Sum of RGB (Red+Green+Blue) = 173+9+5=187 (24% of max value = 765). Red value is 173 (67.97% from 255 or 92.51% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0905 is #52F6FA. Grayscale: #393939. Windows color (decimal): -5437179 or 330157. OLE color: 330157.

HSL color Cylindrical-coordinate representation of color #AD0905: hue angle of 1.43º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0905 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 9 5 -
CMYK 0 0.95 0.97 0.32
HSL 1.43º 0.94% 0.35% -
HSV(B) 1.43º 0.97% 0.68% -
XYZ 17.36 9.09 0.98 -
YUV 57.58 98.33 210.33 -
System Red Green Blue C M Y K H S L
Decimal 173 9 5 0 0.95 0.97 0.32 1.43 0.94 0.35
Hex AD 9 5 0 5F 61 20 1 5E 23
Octal 255 11 5 0 137 141 40 1 136 43
Binary 10101101 1001 101 0 1011111 1100001 100000 1 1011110 100011

Color Harmonies of #AD0905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0905

Black with #AD0905

Text Example


Text Example

White with #AD0905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0905; }

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

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

background-color css

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

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

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

border-color css

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

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

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