Html Css Color HEX #AC1A0D Fire Brick

📋 copy color: '#AC1A0D'

red 172 ◦ green 26 ◦ blue 13

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

Shades of Fire Brick #AC1A0D

Tints of Fire Brick #AC1A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.16%

R = 81.52%
G = 12.32%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC1A0D (or 0xAC1A0D) is known color: Fire Brick. HEX triplet: AC, 1A and 0D. RGB value is (172,26,13). Sum of RGB (Red+Green+Blue) = 172+26+13=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1A0D is #53E5F2. Grayscale: #444444. Windows color (decimal): -5498355 or 858796. OLE color: 858796.

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

Color convert

RGB 172 26 13 -
CMYK 0 0.85 0.92 0.33
HSL 4.91º 0.86% 0.36% -
HSV(B) 4.91º 0.92% 0.67% -
XYZ 17.46 9.54 1.3 -
YUV 68.17 96.87 202.06 -
System Red Green Blue C M Y K H S L
Decimal 172 26 13 0 0.85 0.92 0.33 4.91 0.86 0.36
Hex AC 1A D 0 55 5C 21 5 56 24
Octal 254 32 15 0 125 134 41 5 126 44
Binary 10101100 11010 1101 0 1010101 1011100 100001 101 1010110 100100

Color Harmonies of #AC1A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A0D

Black with #AC1A0D

Text Example


Text Example

White with #AC1A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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