Html Css Color HEX #AC1E09 Fire Brick

📋 copy color: '#AC1E09'

red 172 ◦ green 30 ◦ blue 9

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

Shades of Fire Brick #AC1E09

Tints of Fire Brick #AC1E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.27%

R = 81.52%
G = 14.22%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC1E09 (or 0xAC1E09) is known color: Fire Brick. HEX triplet: AC, 1E and 09. RGB value is (172,30,9). Sum of RGB (Red+Green+Blue) = 172+30+9=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1E09 is #53E1F6. Grayscale: #464646. Windows color (decimal): -5497335 or 597676. OLE color: 597676.

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

Color convert

RGB 172 30 9 -
CMYK 0 0.83 0.95 0.33
HSL 7.73º 0.9% 0.35% -
HSV(B) 7.73º 0.95% 0.67% -
XYZ 17.53 9.72 1.21 -
YUV 70.06 93.54 200.71 -
System Red Green Blue C M Y K H S L
Decimal 172 30 9 0 0.83 0.95 0.33 7.73 0.9 0.35
Hex AC 1E 9 0 53 5F 21 8 5A 23
Octal 254 36 11 0 123 137 41 10 132 43
Binary 10101100 11110 1001 0 1010011 1011111 100001 1000 1011010 100011

Color Harmonies of #AC1E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E09

Black with #AC1E09

Text Example


Text Example

White with #AC1E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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