Html Css Color HEX #AC301B Fire Brick

📋 copy color: '#AC301B'

red 172 ◦ green 48 ◦ blue 27

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

Shades of Fire Brick #AC301B

Tints of Fire Brick #AC301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.43%

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

R = 69.64%
G = 19.43%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC301B (or 0xAC301B) is known color: Fire Brick. HEX triplet: AC, 30 and 1B. RGB value is (172,48,27). Sum of RGB (Red+Green+Blue) = 172+48+27=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC301B is #53CFE4. Grayscale: #525252. Windows color (decimal): -5492709 or 1781932. OLE color: 1781932.

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

Color convert

RGB 172 48 27 -
CMYK 0 0.72 0.84 0.33
HSL 8.69º 0.73% 0.39% -
HSV(B) 8.69º 0.84% 0.67% -
XYZ 18.27 10.96 2.19 -
YUV 82.68 96.58 191.71 -
System Red Green Blue C M Y K H S L
Decimal 172 48 27 0 0.72 0.84 0.33 8.69 0.73 0.39
Hex AC 30 1B 0 48 54 21 9 49 27
Octal 254 60 33 0 110 124 41 11 111 47
Binary 10101100 110000 11011 0 1001000 1010100 100001 1001 1001001 100111

Color Harmonies of #AC301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC301B

Black with #AC301B

Text Example


Text Example

White with #AC301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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