Html Css Color HEX #AC211D Fire Brick

📋 copy color: '#AC211D'

red 172 ◦ green 33 ◦ blue 29

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

Shades of Fire Brick #AC211D

Tints of Fire Brick #AC211D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.39%

R = 73.5%
G = 14.1%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC211D (or 0xAC211D) is known color: Fire Brick. HEX triplet: AC, 21 and 1D. RGB value is (172,33,29). Sum of RGB (Red+Green+Blue) = 172+33+29=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC211D is #53DEE2. Grayscale: #4A4A4A. Windows color (decimal): -5496547 or 1909164. OLE color: 1909164.

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

Color convert

RGB 172 33 29 -
CMYK 0 0.81 0.83 0.33
HSL 1.68º 0.71% 0.39% -
HSV(B) 1.68º 0.83% 0.67% -
XYZ 17.78 9.95 2.15 -
YUV 74.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 172 33 29 0 0.81 0.83 0.33 1.68 0.71 0.39
Hex AC 21 1D 0 51 53 21 2 47 27
Octal 254 41 35 0 121 123 41 2 107 47
Binary 10101100 100001 11101 0 1010001 1010011 100001 10 1000111 100111

Color Harmonies of #AC211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC211D

Black with #AC211D

Text Example


Text Example

White with #AC211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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