Html Css Color HEX #AC1E00 Fire Brick

📋 copy color: '#AC1E00'

red 172 ◦ green 30 ◦ blue 0

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

Shades of Fire Brick #AC1E00

Tints of Fire Brick #AC1E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.15%
G = 14.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC1E00 (or 0xAC1E00) is known color: Fire Brick. HEX triplet: AC, 1E and 00. RGB value is (172,30,0). Sum of RGB (Red+Green+Blue) = 172+30+0=202 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.15% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1E00 is #53E1FF. Grayscale: #454545. Windows color (decimal): -5497344 or 7852. OLE color: 7852.

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

Color convert

RGB 172 30 0 -
CMYK 0 0.83 1 0.33
HSL 10.47º 1% 0.34% -
HSV(B) 10.47º 1% 0.67% -
XYZ 17.48 9.7 0.95 -
YUV 69.04 89.04 201.44 -
System Red Green Blue C M Y K H S L
Decimal 172 30 0 0 0.83 1 0.33 10.47 1 0.34
Hex AC 1E 0 0 53 64 21 A 64 22
Octal 254 36 0 0 123 144 41 12 144 42
Binary 10101100 11110 0 0 1010011 1100100 100001 1010 1100100 100010

Color Harmonies of #AC1E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E00

Black with #AC1E00

Text Example


Text Example

White with #AC1E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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