Html Css Color HEX #AC1309 Free Speech Red

📋 copy color: '#AC1309'

red 172 ◦ green 19 ◦ blue 9

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

Shades of Free Speech Red #AC1309

Tints of Free Speech Red #AC1309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.5%

 BLUE value IS 9 (3.91% from 255) = 4.5%

R = 86%
G = 9.5%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC1309 (or 0xAC1309) is known color: Free Speech Red. HEX triplet: AC, 13 and 09. RGB value is (172,19,9). Sum of RGB (Red+Green+Blue) = 172+19+9=200 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1309 is #53ECF6. Grayscale: #3F3F3F. Windows color (decimal): -5500151 or 594860. OLE color: 594860.

HSL color Cylindrical-coordinate representation of color #AC1309: hue angle of 3.68º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC1309 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 9 -
CMYK 0 0.89 0.95 0.33
HSL 3.68º 0.9% 0.35% -
HSV(B) 3.68º 0.95% 0.67% -
XYZ 17.3 9.26 1.13 -
YUV 63.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 172 19 9 0 0.89 0.95 0.33 3.68 0.9 0.35
Hex AC 13 9 0 59 5F 21 4 5A 23
Octal 254 23 11 0 131 137 41 4 132 43
Binary 10101100 10011 1001 0 1011001 1011111 100001 100 1011010 100011

Color Harmonies of #AC1309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1309

Black with #AC1309

Text Example


Text Example

White with #AC1309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1309; }

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

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

background-color css

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

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

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

border-color css

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

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

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