Html Css Color HEX #AC2F18 Fire Brick

📋 copy color: '#AC2F18'

red 172 ◦ green 47 ◦ blue 24

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

Shades of Fire Brick #AC2F18

Tints of Fire Brick #AC2F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.34%

 BLUE value IS 24 (9.77% from 255) = 9.88%

R = 70.78%
G = 19.34%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC2F18 (or 0xAC2F18) is known color: Fire Brick. HEX triplet: AC, 2F and 18. RGB value is (172,47,24). Sum of RGB (Red+Green+Blue) = 172+47+24=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2F18 is #53D0E7. Grayscale: #515151. Windows color (decimal): -5492968 or 1585068. OLE color: 1585068.

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

Color convert

RGB 172 47 24 -
CMYK 0 0.73 0.86 0.33
HSL 9.32º 0.76% 0.38% -
HSV(B) 9.32º 0.86% 0.67% -
XYZ 18.19 10.87 2 -
YUV 81.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 172 47 24 0 0.73 0.86 0.33 9.32 0.76 0.38
Hex AC 2F 18 0 49 56 21 9 4C 26
Octal 254 57 30 0 111 126 41 11 114 46
Binary 10101100 101111 11000 0 1001001 1010110 100001 1001 1001100 100110

Color Harmonies of #AC2F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2F18

Black with #AC2F18

Text Example


Text Example

White with #AC2F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2F18; }

 p { color: rgb(172,47,24); }

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

background-color css

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

 a { background-color: rgb(172,47,24); }

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

border-color css

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

 span { border-color: rgb(172,47,24); }

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