Html Css Color HEX #AC1E0B Fire Brick

📋 copy color: '#AC1E0B'

red 172 ◦ green 30 ◦ blue 11

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

Shades of Fire Brick #AC1E0B

Tints of Fire Brick #AC1E0B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.08%

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

R = 80.75%
G = 14.08%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC1E0B (or 0xAC1E0B) is known color: Fire Brick. HEX triplet: AC, 1E and 0B. RGB value is (172,30,11). Sum of RGB (Red+Green+Blue) = 172+30+11=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1E0B is #53E1F4. Grayscale: #464646. Windows color (decimal): -5497333 or 728748. OLE color: 728748.

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

Color convert

RGB 172 30 11 -
CMYK 0 0.83 0.94 0.33
HSL 7.08º 0.88% 0.36% -
HSV(B) 7.08º 0.94% 0.67% -
XYZ 17.54 9.72 1.27 -
YUV 70.29 94.54 200.54 -
System Red Green Blue C M Y K H S L
Decimal 172 30 11 0 0.83 0.94 0.33 7.08 0.88 0.36
Hex AC 1E B 0 53 5E 21 7 58 24
Octal 254 36 13 0 123 136 41 7 130 44
Binary 10101100 11110 1011 0 1010011 1011110 100001 111 1011000 100100

Color Harmonies of #AC1E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E0B

Black with #AC1E0B

Text Example


Text Example

White with #AC1E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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