Html Css Color HEX #AC200F Fire Brick

📋 copy color: '#AC200F'

red 172 ◦ green 32 ◦ blue 15

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

Shades of Fire Brick #AC200F

Tints of Fire Brick #AC200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

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

R = 78.54%
G = 14.61%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC200F (or 0xAC200F) is known color: Fire Brick. HEX triplet: AC, 20 and 0F. RGB value is (172,32,15). Sum of RGB (Red+Green+Blue) = 172+32+15=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC200F is #53DFF0. Grayscale: #484848. Windows color (decimal): -5496817 or 991404. OLE color: 991404.

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

Color convert

RGB 172 32 15 -
CMYK 0 0.81 0.91 0.33
HSL 6.5º 0.84% 0.37% -
HSV(B) 6.5º 0.91% 0.67% -
XYZ 17.62 9.84 1.42 -
YUV 71.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 172 32 15 0 0.81 0.91 0.33 6.5 0.84 0.37
Hex AC 20 F 0 51 5B 21 6 54 25
Octal 254 40 17 0 121 133 41 6 124 45
Binary 10101100 100000 1111 0 1010001 1011011 100001 110 1010100 100101

Color Harmonies of #AC200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC200F

Black with #AC200F

Text Example


Text Example

White with #AC200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC200F; }

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

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

background-color css

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

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

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

border-color css

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

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

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