Html Css Color HEX #AC1A04 Fire Brick

📋 copy color: '#AC1A04'

red 172 ◦ green 26 ◦ blue 4

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

Shades of Fire Brick #AC1A04

Tints of Fire Brick #AC1A04

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.87%

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

R = 85.15%
G = 12.87%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC1A04 (or 0xAC1A04) is known color: Fire Brick. HEX triplet: AC, 1A and 04. RGB value is (172,26,4). Sum of RGB (Red+Green+Blue) = 172+26+4=202 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.15% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1A04 is #53E5FB. Grayscale: #434343. Windows color (decimal): -5498364 or 268972. OLE color: 268972.

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

Color convert

RGB 172 26 4 -
CMYK 0 0.85 0.98 0.33
HSL 7.86º 0.95% 0.35% -
HSV(B) 7.86º 0.98% 0.67% -
XYZ 17.4 9.52 1.03 -
YUV 67.15 92.37 202.79 -
System Red Green Blue C M Y K H S L
Decimal 172 26 4 0 0.85 0.98 0.33 7.86 0.95 0.35
Hex AC 1A 4 0 55 62 21 8 5F 23
Octal 254 32 4 0 125 142 41 10 137 43
Binary 10101100 11010 100 0 1010101 1100010 100001 1000 1011111 100011

Color Harmonies of #AC1A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A04

Black with #AC1A04

Text Example


Text Example

White with #AC1A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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