Html Css Color HEX #AC210E Fire Brick

📋 copy color: '#AC210E'

red 172 ◦ green 33 ◦ blue 14

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

Shades of Fire Brick #AC210E

Tints of Fire Brick #AC210E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

 BLUE value IS 14 (5.86% from 255) = 6.39%

R = 78.54%
G = 15.07%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC210E (or 0xAC210E) is known color: Fire Brick. HEX triplet: AC, 21 and 0E. RGB value is (172,33,14). Sum of RGB (Red+Green+Blue) = 172+33+14=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC210E is #53DEF1. Grayscale: #484848. Windows color (decimal): -5496562 or 926124. OLE color: 926124.

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

Color convert

RGB 172 33 14 -
CMYK 0 0.81 0.92 0.33
HSL 7.22º 0.85% 0.36% -
HSV(B) 7.22º 0.92% 0.67% -
XYZ 17.64 9.89 1.39 -
YUV 72.4 95.05 199.04 -
System Red Green Blue C M Y K H S L
Decimal 172 33 14 0 0.81 0.92 0.33 7.22 0.85 0.36
Hex AC 21 E 0 51 5C 21 7 55 24
Octal 254 41 16 0 121 134 41 7 125 44
Binary 10101100 100001 1110 0 1010001 1011100 100001 111 1010101 100100

Color Harmonies of #AC210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC210E

Black with #AC210E

Text Example


Text Example

White with #AC210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC210E; }

 p { color: rgb(172,33,14); }

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

background-color css

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

 a { background-color: rgb(172,33,14); }

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

border-color css

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

 span { border-color: rgb(172,33,14); }

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