Html Css Color HEX #AC231B Fire Brick

📋 copy color: '#AC231B'

red 172 ◦ green 35 ◦ blue 27

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

Shades of Fire Brick #AC231B

Tints of Fire Brick #AC231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.96%

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

R = 73.5%
G = 14.96%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC231B (or 0xAC231B) is known color: Fire Brick. HEX triplet: AC, 23 and 1B. RGB value is (172,35,27). Sum of RGB (Red+Green+Blue) = 172+35+27=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC231B is #53DCE4. Grayscale: #4B4B4B. Windows color (decimal): -5496037 or 1778604. OLE color: 1778604.

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

Color convert

RGB 172 35 27 -
CMYK 0 0.80 0.84 0.33
HSL 3.31º 0.73% 0.39% -
HSV(B) 3.31º 0.84% 0.67% -
XYZ 17.81 10.05 2.04 -
YUV 75.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 172 35 27 0 0.80 0.84 0.33 3.31 0.73 0.39
Hex AC 23 1B 0 50 54 21 3 49 27
Octal 254 43 33 0 120 124 41 3 111 47
Binary 10101100 100011 11011 0 1010000 1010100 100001 11 1001001 100111

Color Harmonies of #AC231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC231B

Black with #AC231B

Text Example


Text Example

White with #AC231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC231B; }

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

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

background-color css

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

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

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

border-color css

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

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

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