Html Css Color HEX #AC1D0C Fire Brick

📋 copy color: '#AC1D0C'

red 172 ◦ green 29 ◦ blue 12

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

Shades of Fire Brick #AC1D0C

Tints of Fire Brick #AC1D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.63%

R = 80.75%
G = 13.62%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC1D0C (or 0xAC1D0C) is known color: Fire Brick. HEX triplet: AC, 1D and 0C. RGB value is (172,29,12). Sum of RGB (Red+Green+Blue) = 172+29+12=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1D0C is #53E2F3. Grayscale: #464646. Windows color (decimal): -5497588 or 794028. OLE color: 794028.

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

Color convert

RGB 172 29 12 -
CMYK 0 0.83 0.93 0.33
HSL 6.38º 0.87% 0.36% -
HSV(B) 6.38º 0.93% 0.67% -
XYZ 17.52 9.68 1.29 -
YUV 69.82 95.38 200.88 -
System Red Green Blue C M Y K H S L
Decimal 172 29 12 0 0.83 0.93 0.33 6.38 0.87 0.36
Hex AC 1D C 0 53 5D 21 6 57 24
Octal 254 35 14 0 123 135 41 6 127 44
Binary 10101100 11101 1100 0 1010011 1011101 100001 110 1010111 100100

Color Harmonies of #AC1D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1D0C

Black with #AC1D0C

Text Example


Text Example

White with #AC1D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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