Html Css Color HEX #AC190A Fire Brick

📋 copy color: '#AC190A'

red 172 ◦ green 25 ◦ blue 10

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

Shades of Fire Brick #AC190A

Tints of Fire Brick #AC190A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

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

R = 83.09%
G = 12.08%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC190A (or 0xAC190A) is known color: Fire Brick. HEX triplet: AC, 19 and 0A. RGB value is (172,25,10). Sum of RGB (Red+Green+Blue) = 172+25+10=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC190A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC190A is #53E6F5. Grayscale: #434343. Windows color (decimal): -5498614 or 661932. OLE color: 661932.

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

Color convert

RGB 172 25 10 -
CMYK 0 0.85 0.94 0.33
HSL 5.56º 0.89% 0.36% -
HSV(B) 5.56º 0.94% 0.67% -
XYZ 17.42 9.49 1.2 -
YUV 67.24 95.7 202.72 -
System Red Green Blue C M Y K H S L
Decimal 172 25 10 0 0.85 0.94 0.33 5.56 0.89 0.36
Hex AC 19 A 0 55 5E 21 6 59 24
Octal 254 31 12 0 125 136 41 6 131 44
Binary 10101100 11001 1010 0 1010101 1011110 100001 110 1011001 100100

Color Harmonies of #AC190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC190A

Black with #AC190A

Text Example


Text Example

White with #AC190A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC190A; }

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

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

background-color css

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

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

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

border-color css

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

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

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