Html Css Color HEX #AC120A Free Speech Red

📋 copy color: '#AC120A'

red 172 ◦ green 18 ◦ blue 10

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

Shades of Free Speech Red #AC120A

Tints of Free Speech Red #AC120A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

 BLUE value IS 10 (4.3% from 255) = 5%

R = 86%
G = 9%
B = 5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC120A (or 0xAC120A) is known color: Free Speech Red. HEX triplet: AC, 12 and 0A. RGB value is (172,18,10). Sum of RGB (Red+Green+Blue) = 172+18+10=200 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 172 - color contains mainly: red. Hex color #AC120A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC120A is #53EDF5. Grayscale: #3F3F3F. Windows color (decimal): -5500406 or 660140. OLE color: 660140.

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

Color convert

RGB 172 18 10 -
CMYK 0 0.90 0.94 0.33
HSL 2.96º 0.89% 0.36% -
HSV(B) 2.96º 0.94% 0.67% -
XYZ 17.28 9.23 1.16 -
YUV 63.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 172 18 10 0 0.90 0.94 0.33 2.96 0.89 0.36
Hex AC 12 A 0 5A 5E 21 3 59 24
Octal 254 22 12 0 132 136 41 3 131 44
Binary 10101100 10010 1010 0 1011010 1011110 100001 11 1011001 100100

Color Harmonies of #AC120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC120A

Black with #AC120A

Text Example


Text Example

White with #AC120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC120A; }

 p { color: rgb(172,18,10); }

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

background-color css

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

 a { background-color: rgb(172,18,10); }

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

border-color css

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

 span { border-color: rgb(172,18,10); }

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