Html Css Color HEX #AC1C01 Fire Brick

📋 copy color: '#AC1C01'

red 172 ◦ green 28 ◦ blue 1

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

Shades of Fire Brick #AC1C01

Tints of Fire Brick #AC1C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.93%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 85.57%
G = 13.93%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC1C01 (or 0xAC1C01) is known color: Fire Brick. HEX triplet: AC, 1C and 01. RGB value is (172,28,1). Sum of RGB (Red+Green+Blue) = 172+28+1=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1C01 is #53E3FE. Grayscale: #444444. Windows color (decimal): -5497855 or 72876. OLE color: 72876.

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

Color convert

RGB 172 28 1 -
CMYK 0 0.84 0.99 0.33
HSL 9.47º 0.99% 0.34% -
HSV(B) 9.47º 0.99% 0.67% -
XYZ 17.43 9.6 0.96 -
YUV 67.98 90.21 202.2 -
System Red Green Blue C M Y K H S L
Decimal 172 28 1 0 0.84 0.99 0.33 9.47 0.99 0.34
Hex AC 1C 1 0 54 63 21 9 63 22
Octal 254 34 1 0 124 143 41 11 143 42
Binary 10101100 11100 1 0 1010100 1100011 100001 1001 1100011 100010

Color Harmonies of #AC1C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C01

Black with #AC1C01

Text Example


Text Example

White with #AC1C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C01; }

 p { color: rgb(172,28,1); }

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

background-color css

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

 a { background-color: rgb(172,28,1); }

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

border-color css

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

 span { border-color: rgb(172,28,1); }

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