Html Css Color HEX #AC1D04 Fire Brick

📋 copy color: '#AC1D04'

red 172 ◦ green 29 ◦ blue 4

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

Shades of Fire Brick #AC1D04

Tints of Fire Brick #AC1D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.95%

R = 83.9%
G = 14.15%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC1D04 (or 0xAC1D04) is known color: Fire Brick. HEX triplet: AC, 1D and 04. RGB value is (172,29,4). Sum of RGB (Red+Green+Blue) = 172+29+4=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1D04 is #53E2FB. Grayscale: #454545. Windows color (decimal): -5497596 or 269740. OLE color: 269740.

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

Color convert

RGB 172 29 4 -
CMYK 0 0.83 0.98 0.33
HSL 8.93º 0.95% 0.35% -
HSV(B) 8.93º 0.98% 0.67% -
XYZ 17.47 9.66 1.06 -
YUV 68.91 91.38 201.53 -
System Red Green Blue C M Y K H S L
Decimal 172 29 4 0 0.83 0.98 0.33 8.93 0.95 0.35
Hex AC 1D 4 0 53 62 21 9 5F 23
Octal 254 35 4 0 123 142 41 11 137 43
Binary 10101100 11101 100 0 1010011 1100010 100001 1001 1011111 100011

Color Harmonies of #AC1D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1D04

Black with #AC1D04

Text Example


Text Example

White with #AC1D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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