Html Css Color HEX #AC0501 Free Speech Red

📋 copy color: '#AC0501'

red 172 ◦ green 5 ◦ blue 1

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

Shades of Free Speech Red #AC0501

Tints of Free Speech Red #AC0501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.81%

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

R = 96.63%
G = 2.81%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC0501 (or 0xAC0501) is known color: Free Speech Red. HEX triplet: AC, 05 and 01. RGB value is (172,5,1). Sum of RGB (Red+Green+Blue) = 172+5+1=178 (23% of max value = 765). Red value is 172 (67.58% from 255 or 96.63% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0501 is #53FAFE. Grayscale: #363636. Windows color (decimal): -5503743 or 66988. OLE color: 66988.

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

Color convert

RGB 172 5 1 -
CMYK 0 0.97 0.99 0.33
HSL 1.4º 0.99% 0.34% -
HSV(B) 1.4º 0.99% 0.67% -
XYZ 17.07 8.88 0.84 -
YUV 54.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 172 5 1 0 0.97 0.99 0.33 1.4 0.99 0.34
Hex AC 5 1 0 61 63 21 1 63 22
Octal 254 5 1 0 141 143 41 1 143 42
Binary 10101100 101 1 0 1100001 1100011 100001 1 1100011 100010

Color Harmonies of #AC0501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0501

Black with #AC0501

Text Example


Text Example

White with #AC0501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0501; }

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

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

background-color css

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

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

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

border-color css

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

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

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