Html Css Color HEX #AD0603 Free Speech Red

📋 copy color: '#AD0603'

red 173 ◦ green 6 ◦ blue 3

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

Shades of Free Speech Red #AD0603

Tints of Free Speech Red #AD0603

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.3%

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

R = 95.05%
G = 3.3%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD0603 (or 0xAD0603) is known color: Free Speech Red. HEX triplet: AD, 06 and 03. RGB value is (173,6,3). Sum of RGB (Red+Green+Blue) = 173+6+3=182 (24% of max value = 765). Red value is 173 (67.97% from 255 or 95.05% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0603 is #52F9FC. Grayscale: #373737. Windows color (decimal): -5437949 or 198317. OLE color: 198317.

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

Color convert

RGB 173 6 3 -
CMYK 0 0.97 0.98 0.32
HSL 1.06º 0.97% 0.35% -
HSV(B) 1.06º 0.98% 0.68% -
XYZ 17.32 9.02 0.91 -
YUV 55.59 98.33 211.74 -
System Red Green Blue C M Y K H S L
Decimal 173 6 3 0 0.97 0.98 0.32 1.06 0.97 0.35
Hex AD 6 3 0 61 62 20 1 61 23
Octal 255 6 3 0 141 142 40 1 141 43
Binary 10101101 110 11 0 1100001 1100010 100000 1 1100001 100011

Color Harmonies of #AD0603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0603

Black with #AD0603

Text Example


Text Example

White with #AD0603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0603; }

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

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

background-color css

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

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

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

border-color css

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

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

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