Html Css Color HEX #AD0F03 Free Speech Red

📋 copy color: '#AD0F03'

red 173 ◦ green 15 ◦ blue 3

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

Shades of Free Speech Red #AD0F03

Tints of Free Speech Red #AD0F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.85%

 BLUE value IS 3 (1.56% from 255) = 1.57%

R = 90.58%
G = 7.85%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD0F03 (or 0xAD0F03) is known color: Free Speech Red. HEX triplet: AD, 0F and 03. RGB value is (173,15,3). Sum of RGB (Red+Green+Blue) = 173+15+3=191 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.58% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0F03 is #52F0FC. Grayscale: #3D3D3D. Windows color (decimal): -5435645 or 200621. OLE color: 200621.

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

Color convert

RGB 173 15 3 -
CMYK 0 0.91 0.98 0.32
HSL 4.24º 0.97% 0.35% -
HSV(B) 4.24º 0.98% 0.68% -
XYZ 17.42 9.23 0.95 -
YUV 60.87 95.35 207.98 -
System Red Green Blue C M Y K H S L
Decimal 173 15 3 0 0.91 0.98 0.32 4.24 0.97 0.35
Hex AD F 3 0 5B 62 20 4 61 23
Octal 255 17 3 0 133 142 40 4 141 43
Binary 10101101 1111 11 0 1011011 1100010 100000 100 1100001 100011

Color Harmonies of #AD0F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F03

Black with #AD0F03

Text Example


Text Example

White with #AD0F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F03; }

 p { color: rgb(173,15,3); }

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

background-color css

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

 a { background-color: rgb(173,15,3); }

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

border-color css

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

 span { border-color: rgb(173,15,3); }

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