Html Css Color HEX #AC1D1A Fire Brick

📋 copy color: '#AC1D1A'

red 172 ◦ green 29 ◦ blue 26

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

Shades of Fire Brick #AC1D1A

Tints of Fire Brick #AC1D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.45%

R = 75.77%
G = 12.78%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC1D1A (or 0xAC1D1A) is known color: Fire Brick. HEX triplet: AC, 1D and 1A. RGB value is (172,29,26). Sum of RGB (Red+Green+Blue) = 172+29+26=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1D1A is #53E2E5. Grayscale: #474747. Windows color (decimal): -5497574 or 1711532. OLE color: 1711532.

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

Color convert

RGB 172 29 26 -
CMYK 0 0.83 0.85 0.33
HSL 1.23º 0.74% 0.39% -
HSV(B) 1.23º 0.85% 0.67% -
XYZ 17.64 9.72 1.92 -
YUV 71.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 172 29 26 0 0.83 0.85 0.33 1.23 0.74 0.39
Hex AC 1D 1A 0 53 55 21 1 4A 27
Octal 254 35 32 0 123 125 41 1 112 47
Binary 10101100 11101 11010 0 1010011 1010101 100001 1 1001010 100111

Color Harmonies of #AC1D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1D1A

Black with #AC1D1A

Text Example


Text Example

White with #AC1D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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