Html Css Color HEX #AC1F0F Fire Brick

📋 copy color: '#AC1F0F'

red 172 ◦ green 31 ◦ blue 15

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

Shades of Fire Brick #AC1F0F

Tints of Fire Brick #AC1F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.88%

R = 78.9%
G = 14.22%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC1F0F (or 0xAC1F0F) is known color: Fire Brick. HEX triplet: AC, 1F and 0F. RGB value is (172,31,15). Sum of RGB (Red+Green+Blue) = 172+31+15=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1F0F is #53E0F0. Grayscale: #474747. Windows color (decimal): -5497073 or 991148. OLE color: 991148.

HSL color Cylindrical-coordinate representation of color #AC1F0F: hue angle of 6.11º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1F0F is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 31 15 -
CMYK 0 0.82 0.91 0.33
HSL 6.11º 0.84% 0.37% -
HSV(B) 6.11º 0.91% 0.67% -
XYZ 17.59 9.79 1.41 -
YUV 71.34 96.21 199.8 -
System Red Green Blue C M Y K H S L
Decimal 172 31 15 0 0.82 0.91 0.33 6.11 0.84 0.37
Hex AC 1F F 0 52 5B 21 6 54 25
Octal 254 37 17 0 122 133 41 6 124 45
Binary 10101100 11111 1111 0 1010010 1011011 100001 110 1010100 100101

Color Harmonies of #AC1F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F0F

Black with #AC1F0F

Text Example


Text Example

White with #AC1F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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