Html Css Color HEX #AC2A0F Fire Brick

📋 copy color: '#AC2A0F'

red 172 ◦ green 42 ◦ blue 15

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

Shades of Fire Brick #AC2A0F

Tints of Fire Brick #AC2A0F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.34%

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 75.11%
G = 18.34%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC2A0F (or 0xAC2A0F) is known color: Fire Brick. HEX triplet: AC, 2A and 0F. RGB value is (172,42,15). Sum of RGB (Red+Green+Blue) = 172+42+15=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2A0F is #53D5F0. Grayscale: #4E4E4E. Windows color (decimal): -5494257 or 993964. OLE color: 993964.

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

Color convert

RGB 172 42 15 -
CMYK 0 0.76 0.91 0.33
HSL 10.32º 0.84% 0.37% -
HSV(B) 10.32º 0.91% 0.67% -
XYZ 17.93 10.46 1.53 -
YUV 77.79 92.57 195.2 -
System Red Green Blue C M Y K H S L
Decimal 172 42 15 0 0.76 0.91 0.33 10.32 0.84 0.37
Hex AC 2A F 0 4C 5B 21 A 54 25
Octal 254 52 17 0 114 133 41 12 124 45
Binary 10101100 101010 1111 0 1001100 1011011 100001 1010 1010100 100101

Color Harmonies of #AC2A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2A0F

Black with #AC2A0F

Text Example


Text Example

White with #AC2A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2A0F; }

 p { color: rgb(172,42,15); }

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

background-color css

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

 a { background-color: rgb(172,42,15); }

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

border-color css

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

 span { border-color: rgb(172,42,15); }

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