Html Css Color HEX #AC1E07 Fire Brick

📋 copy color: '#AC1E07'

red 172 ◦ green 30 ◦ blue 7

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

Shades of Fire Brick #AC1E07

Tints of Fire Brick #AC1E07

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.35%

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

R = 82.3%
G = 14.35%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC1E07 (or 0xAC1E07) is known color: Fire Brick. HEX triplet: AC, 1E and 07. RGB value is (172,30,7). Sum of RGB (Red+Green+Blue) = 172+30+7=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1E07 is #53E1F8. Grayscale: #464646. Windows color (decimal): -5497337 or 466604. OLE color: 466604.

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

Color convert

RGB 172 30 7 -
CMYK 0 0.83 0.96 0.33
HSL 8.36º 0.92% 0.35% -
HSV(B) 8.36º 0.96% 0.67% -
XYZ 17.52 9.71 1.15 -
YUV 69.84 92.54 200.87 -
System Red Green Blue C M Y K H S L
Decimal 172 30 7 0 0.83 0.96 0.33 8.36 0.92 0.35
Hex AC 1E 7 0 53 60 21 8 5C 23
Octal 254 36 7 0 123 140 41 10 134 43
Binary 10101100 11110 111 0 1010011 1100000 100001 1000 1011100 100011

Color Harmonies of #AC1E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E07

Black with #AC1E07

Text Example


Text Example

White with #AC1E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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