Html Css Color HEX #AC2B1E Fire Brick

📋 copy color: '#AC2B1E'

red 172 ◦ green 43 ◦ blue 30

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

Shades of Fire Brick #AC2B1E

Tints of Fire Brick #AC2B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 70.2%
G = 17.55%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC2B1E (or 0xAC2B1E) is known color: Fire Brick. HEX triplet: AC, 2B and 1E. RGB value is (172,43,30). Sum of RGB (Red+Green+Blue) = 172+43+30=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2B1E is #53D4E1. Grayscale: #505050. Windows color (decimal): -5493986 or 1977260. OLE color: 1977260.

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

Color convert

RGB 172 43 30 -
CMYK 0 0.75 0.83 0.33
HSL 5.49º 0.7% 0.4% -
HSV(B) 5.49º 0.83% 0.67% -
XYZ 18.11 10.59 2.32 -
YUV 80.09 99.74 193.56 -
System Red Green Blue C M Y K H S L
Decimal 172 43 30 0 0.75 0.83 0.33 5.49 0.7 0.4
Hex AC 2B 1E 0 4B 53 21 5 46 28
Octal 254 53 36 0 113 123 41 5 106 50
Binary 10101100 101011 11110 0 1001011 1010011 100001 101 1000110 101000

Color Harmonies of #AC2B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B1E

Black with #AC2B1E

Text Example


Text Example

White with #AC2B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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