Html Css Color HEX #AC1F0D Fire Brick

📋 copy color: '#AC1F0D'

red 172 ◦ green 31 ◦ blue 13

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

Shades of Fire Brick #AC1F0D

Tints of Fire Brick #AC1F0D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.35%

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

R = 79.63%
G = 14.35%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC1F0D (or 0xAC1F0D) is known color: Fire Brick. HEX triplet: AC, 1F and 0D. RGB value is (172,31,13). Sum of RGB (Red+Green+Blue) = 172+31+13=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1F0D is #53E0F2. Grayscale: #474747. Windows color (decimal): -5497075 or 860076. OLE color: 860076.

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

Color convert

RGB 172 31 13 -
CMYK 0 0.82 0.92 0.33
HSL 6.79º 0.86% 0.36% -
HSV(B) 6.79º 0.92% 0.67% -
XYZ 17.58 9.78 1.34 -
YUV 71.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 172 31 13 0 0.82 0.92 0.33 6.79 0.86 0.36
Hex AC 1F D 0 52 5C 21 7 56 24
Octal 254 37 15 0 122 134 41 7 126 44
Binary 10101100 11111 1101 0 1010010 1011100 100001 111 1010110 100100

Color Harmonies of #AC1F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F0D

Black with #AC1F0D

Text Example


Text Example

White with #AC1F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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