Html Css Color HEX #AC290F Fire Brick

📋 copy color: '#AC290F'

red 172 ◦ green 41 ◦ blue 15

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

Shades of Fire Brick #AC290F

Tints of Fire Brick #AC290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.98%

 BLUE value IS 15 (6.25% from 255) = 6.58%

R = 75.44%
G = 17.98%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC290F (or 0xAC290F) is known color: Fire Brick. HEX triplet: AC, 29 and 0F. RGB value is (172,41,15). Sum of RGB (Red+Green+Blue) = 172+41+15=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC290F is #53D6F0. Grayscale: #4D4D4D. Windows color (decimal): -5494513 or 993708. OLE color: 993708.

HSL color Cylindrical-coordinate representation of color #AC290F: hue angle of 9.94º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC290F is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 41 15 -
CMYK 0 0.76 0.91 0.33
HSL 9.94º 0.84% 0.37% -
HSV(B) 9.94º 0.91% 0.67% -
XYZ 17.89 10.39 1.51 -
YUV 77.21 92.9 195.61 -
System Red Green Blue C M Y K H S L
Decimal 172 41 15 0 0.76 0.91 0.33 9.94 0.84 0.37
Hex AC 29 F 0 4C 5B 21 A 54 25
Octal 254 51 17 0 114 133 41 12 124 45
Binary 10101100 101001 1111 0 1001100 1011011 100001 1010 1010100 100101

Color Harmonies of #AC290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC290F

Black with #AC290F

Text Example


Text Example

White with #AC290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC290F; }

 p { color: rgb(172,41,15); }

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

background-color css

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

 a { background-color: rgb(172,41,15); }

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

border-color css

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

 span { border-color: rgb(172,41,15); }

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