Html Css Color HEX #AC1C0D Fire Brick

📋 copy color: '#AC1C0D'

red 172 ◦ green 28 ◦ blue 13

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

Shades of Fire Brick #AC1C0D

Tints of Fire Brick #AC1C0D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.15%

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

R = 80.75%
G = 13.15%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC1C0D (or 0xAC1C0D) is known color: Fire Brick. HEX triplet: AC, 1C and 0D. RGB value is (172,28,13). Sum of RGB (Red+Green+Blue) = 172+28+13=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1C0D is #53E3F2. Grayscale: #454545. Windows color (decimal): -5497843 or 859308. OLE color: 859308.

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

Color convert

RGB 172 28 13 -
CMYK 0 0.84 0.92 0.33
HSL 5.66º 0.86% 0.36% -
HSV(B) 5.66º 0.92% 0.67% -
XYZ 17.5 9.63 1.32 -
YUV 69.35 96.21 201.22 -
System Red Green Blue C M Y K H S L
Decimal 172 28 13 0 0.84 0.92 0.33 5.66 0.86 0.36
Hex AC 1C D 0 54 5C 21 6 56 24
Octal 254 34 15 0 124 134 41 6 126 44
Binary 10101100 11100 1101 0 1010100 1011100 100001 110 1010110 100100

Color Harmonies of #AC1C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C0D

Black with #AC1C0D

Text Example


Text Example

White with #AC1C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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