Html Css Color HEX #AC2A1F Fire Brick

📋 copy color: '#AC2A1F'

red 172 ◦ green 42 ◦ blue 31

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

Shades of Fire Brick #AC2A1F

Tints of Fire Brick #AC2A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.14%

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 70.2%
G = 17.14%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC2A1F (or 0xAC2A1F) is known color: Fire Brick. HEX triplet: AC, 2A and 1F. RGB value is (172,42,31). Sum of RGB (Red+Green+Blue) = 172+42+31=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2A1F is #53D5E0. Grayscale: #4F4F4F. Windows color (decimal): -5494241 or 2042540. OLE color: 2042540.

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

Color convert

RGB 172 42 31 -
CMYK 0 0.76 0.82 0.33
HSL 4.68º 0.69% 0.4% -
HSV(B) 4.68º 0.82% 0.67% -
XYZ 18.09 10.53 2.37 -
YUV 79.62 100.57 193.89 -
System Red Green Blue C M Y K H S L
Decimal 172 42 31 0 0.76 0.82 0.33 4.68 0.69 0.4
Hex AC 2A 1F 0 4C 52 21 5 45 28
Octal 254 52 37 0 114 122 41 5 105 50
Binary 10101100 101010 11111 0 1001100 1010010 100001 101 1000101 101000

Color Harmonies of #AC2A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2A1F

Black with #AC2A1F

Text Example


Text Example

White with #AC2A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2A1F; }

 p { color: rgb(172,42,31); }

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

background-color css

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

 a { background-color: rgb(172,42,31); }

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

border-color css

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

 span { border-color: rgb(172,42,31); }

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