Html Css Color HEX #AC1D01 Fire Brick

📋 copy color: '#AC1D01'

red 172 ◦ green 29 ◦ blue 1

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

Shades of Fire Brick #AC1D01

Tints of Fire Brick #AC1D01

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.36%

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

R = 85.15%
G = 14.36%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC1D01 (or 0xAC1D01) is known color: Fire Brick. HEX triplet: AC, 1D and 01. RGB value is (172,29,1). Sum of RGB (Red+Green+Blue) = 172+29+1=202 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.15% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1D01 is #53E2FE. Grayscale: #444444. Windows color (decimal): -5497599 or 73132. OLE color: 73132.

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

Color convert

RGB 172 29 1 -
CMYK 0 0.83 0.99 0.33
HSL 9.82º 0.99% 0.34% -
HSV(B) 9.82º 0.99% 0.67% -
XYZ 17.46 9.65 0.97 -
YUV 68.57 89.88 201.78 -
System Red Green Blue C M Y K H S L
Decimal 172 29 1 0 0.83 0.99 0.33 9.82 0.99 0.34
Hex AC 1D 1 0 53 63 21 A 63 22
Octal 254 35 1 0 123 143 41 12 143 42
Binary 10101100 11101 1 0 1010011 1100011 100001 1010 1100011 100010

Color Harmonies of #AC1D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1D01

Black with #AC1D01

Text Example


Text Example

White with #AC1D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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