Html Css Color HEX #AC0301 Free Speech Red

📋 copy color: '#AC0301'

red 172 ◦ green 3 ◦ blue 1

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

Shades of Free Speech Red #AC0301

Tints of Free Speech Red #AC0301

RGB

 RED value IS 172 (67.58% from 255) = 97.73%

 GREEN value IS 3 (1.56% from 255) = 1.7%

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

R = 97.73%
G = 1.7%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC0301 (or 0xAC0301) is known color: Free Speech Red. HEX triplet: AC, 03 and 01. RGB value is (172,3,1). Sum of RGB (Red+Green+Blue) = 172+3+1=176 (23% of max value = 765). Red value is 172 (67.58% from 255 or 97.73% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0301 is #53FCFE. Grayscale: #353535. Windows color (decimal): -5504255 or 66476. OLE color: 66476.

HSL color Cylindrical-coordinate representation of color #AC0301: hue angle of 0.7º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0301 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 3 1 -
CMYK 0 0.98 0.99 0.33
HSL 0.7º 0.99% 0.34% -
HSV(B) 0.7º 0.99% 0.67% -
XYZ 17.05 8.84 0.84 -
YUV 53.3 98.49 212.66 -
System Red Green Blue C M Y K H S L
Decimal 172 3 1 0 0.98 0.99 0.33 0.7 0.99 0.34
Hex AC 3 1 0 62 63 21 1 63 22
Octal 254 3 1 0 142 143 41 1 143 42
Binary 10101100 11 1 0 1100010 1100011 100001 1 1100011 100010

Color Harmonies of #AC0301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0301

Black with #AC0301

Text Example


Text Example

White with #AC0301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0301; }

 p { color: rgb(172,3,1); }

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

background-color css

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

 a { background-color: rgb(172,3,1); }

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

border-color css

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

 span { border-color: rgb(172,3,1); }

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