Html Css Color HEX #AC2B0F Fire Brick

📋 copy color: '#AC2B0F'

red 172 ◦ green 43 ◦ blue 15

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

Shades of Fire Brick #AC2B0F

Tints of Fire Brick #AC2B0F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.7%

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

R = 74.78%
G = 18.7%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC2B0F (or 0xAC2B0F) is known color: Fire Brick. HEX triplet: AC, 2B and 0F. RGB value is (172,43,15). Sum of RGB (Red+Green+Blue) = 172+43+15=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2B0F is #53D4F0. Grayscale: #4E4E4E. Windows color (decimal): -5494001 or 994220. OLE color: 994220.

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

Color convert

RGB 172 43 15 -
CMYK 0 0.75 0.91 0.33
HSL 10.7º 0.84% 0.37% -
HSV(B) 10.7º 0.91% 0.67% -
XYZ 17.96 10.53 1.54 -
YUV 78.38 92.24 194.78 -
System Red Green Blue C M Y K H S L
Decimal 172 43 15 0 0.75 0.91 0.33 10.7 0.84 0.37
Hex AC 2B F 0 4B 5B 21 B 54 25
Octal 254 53 17 0 113 133 41 13 124 45
Binary 10101100 101011 1111 0 1001011 1011011 100001 1011 1010100 100101

Color Harmonies of #AC2B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B0F

Black with #AC2B0F

Text Example


Text Example

White with #AC2B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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