Html Css Color HEX #AC280D Fire Brick

📋 copy color: '#AC280D'

red 172 ◦ green 40 ◦ blue 13

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

Shades of Fire Brick #AC280D

Tints of Fire Brick #AC280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

 BLUE value IS 13 (5.47% from 255) = 5.78%

R = 76.44%
G = 17.78%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC280D (or 0xAC280D) is known color: Fire Brick. HEX triplet: AC, 28 and 0D. RGB value is (172,40,13). Sum of RGB (Red+Green+Blue) = 172+40+13=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC280D is #53D7F2. Grayscale: #4C4C4C. Windows color (decimal): -5494771 or 862380. OLE color: 862380.

HSL color Cylindrical-coordinate representation of color #AC280D: hue angle of 10.19º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC280D is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 40 13 -
CMYK 0 0.77 0.92 0.33
HSL 10.19º 0.86% 0.36% -
HSV(B) 10.19º 0.92% 0.67% -
XYZ 17.84 10.32 1.43 -
YUV 76.39 92.23 196.2 -
System Red Green Blue C M Y K H S L
Decimal 172 40 13 0 0.77 0.92 0.33 10.19 0.86 0.36
Hex AC 28 D 0 4D 5C 21 A 56 24
Octal 254 50 15 0 115 134 41 12 126 44
Binary 10101100 101000 1101 0 1001101 1011100 100001 1010 1010110 100100

Color Harmonies of #AC280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC280D

Black with #AC280D

Text Example


Text Example

White with #AC280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC280D; }

 p { color: rgb(172,40,13); }

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

background-color css

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

 a { background-color: rgb(172,40,13); }

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

border-color css

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

 span { border-color: rgb(172,40,13); }

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