Html Css Color HEX #AC0901 Free Speech Red

📋 copy color: '#AC0901'

red 172 ◦ green 9 ◦ blue 1

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

Shades of Free Speech Red #AC0901

Tints of Free Speech Red #AC0901

RGB

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

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

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

R = 94.51%
G = 4.95%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC0901 (or 0xAC0901) is known color: Free Speech Red. HEX triplet: AC, 09 and 01. RGB value is (172,9,1). Sum of RGB (Red+Green+Blue) = 172+9+1=182 (24% of max value = 765). Red value is 172 (67.58% from 255 or 94.51% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0901 is #53F6FE. Grayscale: #393939. Windows color (decimal): -5502719 or 68012. OLE color: 68012.

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

Color convert

RGB 172 9 1 -
CMYK 0 0.95 0.99 0.33
HSL 2.81º 0.99% 0.34% -
HSV(B) 2.81º 0.99% 0.67% -
XYZ 17.12 8.97 0.86 -
YUV 56.83 96.5 210.15 -
System Red Green Blue C M Y K H S L
Decimal 172 9 1 0 0.95 0.99 0.33 2.81 0.99 0.34
Hex AC 9 1 0 5F 63 21 3 63 22
Octal 254 11 1 0 137 143 41 3 143 42
Binary 10101100 1001 1 0 1011111 1100011 100001 11 1100011 100010

Color Harmonies of #AC0901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0901

Black with #AC0901

Text Example


Text Example

White with #AC0901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0901; }

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

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

background-color css

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

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

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

border-color css

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

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

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