Html Css Color HEX #AC1C07 Fire Brick

📋 copy color: '#AC1C07'

red 172 ◦ green 28 ◦ blue 7

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

Shades of Fire Brick #AC1C07

Tints of Fire Brick #AC1C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.38%

R = 83.09%
G = 13.53%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC1C07 (or 0xAC1C07) is known color: Fire Brick. HEX triplet: AC, 1C and 07. RGB value is (172,28,7). Sum of RGB (Red+Green+Blue) = 172+28+7=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1C07 is #53E3F8. Grayscale: #444444. Windows color (decimal): -5497849 or 466092. OLE color: 466092.

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

Color convert

RGB 172 28 7 -
CMYK 0 0.84 0.96 0.33
HSL 7.64º 0.92% 0.35% -
HSV(B) 7.64º 0.96% 0.67% -
XYZ 17.47 9.62 1.14 -
YUV 68.66 93.21 201.71 -
System Red Green Blue C M Y K H S L
Decimal 172 28 7 0 0.84 0.96 0.33 7.64 0.92 0.35
Hex AC 1C 7 0 54 60 21 8 5C 23
Octal 254 34 7 0 124 140 41 10 134 43
Binary 10101100 11100 111 0 1010100 1100000 100001 1000 1011100 100011

Color Harmonies of #AC1C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C07

Black with #AC1C07

Text Example


Text Example

White with #AC1C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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