Html Css Color HEX #AC1D12 Fire Brick

📋 copy color: '#AC1D12'

red 172 ◦ green 29 ◦ blue 18

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

Shades of Fire Brick #AC1D12

Tints of Fire Brick #AC1D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.22%

R = 78.54%
G = 13.24%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC1D12 (or 0xAC1D12) is known color: Fire Brick. HEX triplet: AC, 1D and 12. RGB value is (172,29,18). Sum of RGB (Red+Green+Blue) = 172+29+18=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1D12 is #53E2ED. Grayscale: #464646. Windows color (decimal): -5497582 or 1187244. OLE color: 1187244.

HSL color Cylindrical-coordinate representation of color #AC1D12: hue angle of 4.29º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1D12 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 29 18 -
CMYK 0 0.83 0.90 0.33
HSL 4.29º 0.81% 0.37% -
HSV(B) 4.29º 0.9% 0.67% -
XYZ 17.56 9.69 1.52 -
YUV 70.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 172 29 18 0 0.83 0.90 0.33 4.29 0.81 0.37
Hex AC 1D 12 0 53 5A 21 4 51 25
Octal 254 35 22 0 123 132 41 4 121 45
Binary 10101100 11101 10010 0 1010011 1011010 100001 100 1010001 100101

Color Harmonies of #AC1D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1D12

Black with #AC1D12

Text Example


Text Example

White with #AC1D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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