Html Css Color HEX #AC2B1F Fire Brick

📋 copy color: '#AC2B1F'

red 172 ◦ green 43 ◦ blue 31

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

Shades of Fire Brick #AC2B1F

Tints of Fire Brick #AC2B1F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.48%

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

R = 69.92%
G = 17.48%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC2B1F (or 0xAC2B1F) is known color: Fire Brick. HEX triplet: AC, 2B and 1F. RGB value is (172,43,31). Sum of RGB (Red+Green+Blue) = 172+43+31=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2B1F is #53D4E0. Grayscale: #505050. Windows color (decimal): -5493985 or 2042796. OLE color: 2042796.

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

Color convert

RGB 172 43 31 -
CMYK 0 0.75 0.82 0.33
HSL 5.11º 0.69% 0.4% -
HSV(B) 5.11º 0.82% 0.67% -
XYZ 18.12 10.6 2.39 -
YUV 80.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 172 43 31 0 0.75 0.82 0.33 5.11 0.69 0.4
Hex AC 2B 1F 0 4B 52 21 5 45 28
Octal 254 53 37 0 113 122 41 5 105 50
Binary 10101100 101011 11111 0 1001011 1010010 100001 101 1000101 101000

Color Harmonies of #AC2B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B1F

Black with #AC2B1F

Text Example


Text Example

White with #AC2B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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