Html Css Color HEX #AC281B Fire Brick

📋 copy color: '#AC281B'

red 172 ◦ green 40 ◦ blue 27

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

Shades of Fire Brick #AC281B

Tints of Fire Brick #AC281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

 BLUE value IS 27 (10.94% from 255) = 11.3%

R = 71.97%
G = 16.74%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC281B (or 0xAC281B) is known color: Fire Brick. HEX triplet: AC, 28 and 1B. RGB value is (172,40,27). Sum of RGB (Red+Green+Blue) = 172+40+27=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC281B is #53D7E4. Grayscale: #4E4E4E. Windows color (decimal): -5494757 or 1779884. OLE color: 1779884.

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

Color convert

RGB 172 40 27 -
CMYK 0 0.77 0.84 0.33
HSL 5.38º 0.73% 0.39% -
HSV(B) 5.38º 0.84% 0.67% -
XYZ 17.97 10.37 2.09 -
YUV 77.99 99.23 195.06 -
System Red Green Blue C M Y K H S L
Decimal 172 40 27 0 0.77 0.84 0.33 5.38 0.73 0.39
Hex AC 28 1B 0 4D 54 21 5 49 27
Octal 254 50 33 0 115 124 41 5 111 47
Binary 10101100 101000 11011 0 1001101 1010100 100001 101 1001001 100111

Color Harmonies of #AC281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC281B

Black with #AC281B

Text Example


Text Example

White with #AC281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC281B; }

 p { color: rgb(172,40,27); }

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

background-color css

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

 a { background-color: rgb(172,40,27); }

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

border-color css

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

 span { border-color: rgb(172,40,27); }

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