Html Css Color HEX #AC210B Fire Brick

📋 copy color: '#AC210B'

red 172 ◦ green 33 ◦ blue 11

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

Shades of Fire Brick #AC210B

Tints of Fire Brick #AC210B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.09%

R = 79.63%
G = 15.28%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC210B (or 0xAC210B) is known color: Fire Brick. HEX triplet: AC, 21 and 0B. RGB value is (172,33,11). Sum of RGB (Red+Green+Blue) = 172+33+11=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC210B is #53DEF4. Grayscale: #484848. Windows color (decimal): -5496565 or 729516. OLE color: 729516.

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

Color convert

RGB 172 33 11 -
CMYK 0 0.81 0.94 0.33
HSL 8.2º 0.88% 0.36% -
HSV(B) 8.2º 0.94% 0.67% -
XYZ 17.62 9.88 1.3 -
YUV 72.05 93.55 199.29 -
System Red Green Blue C M Y K H S L
Decimal 172 33 11 0 0.81 0.94 0.33 8.2 0.88 0.36
Hex AC 21 B 0 51 5E 21 8 58 24
Octal 254 41 13 0 121 136 41 10 130 44
Binary 10101100 100001 1011 0 1010001 1011110 100001 1000 1011000 100100

Color Harmonies of #AC210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC210B

Black with #AC210B

Text Example


Text Example

White with #AC210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC210B; }

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

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

background-color css

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

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

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

border-color css

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

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

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