Html Css Color HEX #AC241B Fire Brick

📋 copy color: '#AC241B'

red 172 ◦ green 36 ◦ blue 27

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

Shades of Fire Brick #AC241B

Tints of Fire Brick #AC241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.32%

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

R = 73.19%
G = 15.32%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC241B (or 0xAC241B) is known color: Fire Brick. HEX triplet: AC, 24 and 1B. RGB value is (172,36,27). Sum of RGB (Red+Green+Blue) = 172+36+27=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC241B is #53DBE4. Grayscale: #4B4B4B. Windows color (decimal): -5495781 or 1778860. OLE color: 1778860.

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

Color convert

RGB 172 36 27 -
CMYK 0 0.79 0.84 0.33
HSL 3.72º 0.73% 0.39% -
HSV(B) 3.72º 0.84% 0.67% -
XYZ 17.84 10.11 2.05 -
YUV 75.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 172 36 27 0 0.79 0.84 0.33 3.72 0.73 0.39
Hex AC 24 1B 0 4F 54 21 4 49 27
Octal 254 44 33 0 117 124 41 4 111 47
Binary 10101100 100100 11011 0 1001111 1010100 100001 100 1001001 100111

Color Harmonies of #AC241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC241B

Black with #AC241B

Text Example


Text Example

White with #AC241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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