Html Css Color HEX #AC230E Fire Brick

📋 copy color: '#AC230E'

red 172 ◦ green 35 ◦ blue 14

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

Shades of Fire Brick #AC230E

Tints of Fire Brick #AC230E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.84%

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 77.83%
G = 15.84%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC230E (or 0xAC230E) is known color: Fire Brick. HEX triplet: AC, 23 and 0E. RGB value is (172,35,14). Sum of RGB (Red+Green+Blue) = 172+35+14=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC230E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC230E is #53DCF1. Grayscale: #494949. Windows color (decimal): -5496050 or 926636. OLE color: 926636.

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

Color convert

RGB 172 35 14 -
CMYK 0 0.80 0.92 0.33
HSL 7.97º 0.85% 0.36% -
HSV(B) 7.97º 0.92% 0.67% -
XYZ 17.69 10 1.41 -
YUV 73.57 94.39 198.21 -
System Red Green Blue C M Y K H S L
Decimal 172 35 14 0 0.80 0.92 0.33 7.97 0.85 0.36
Hex AC 23 E 0 50 5C 21 8 55 24
Octal 254 43 16 0 120 134 41 10 125 44
Binary 10101100 100011 1110 0 1010000 1011100 100001 1000 1010101 100100

Color Harmonies of #AC230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC230E

Black with #AC230E

Text Example


Text Example

White with #AC230E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC230E; }

 p { color: rgb(172,35,14); }

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

background-color css

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

 a { background-color: rgb(172,35,14); }

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

border-color css

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

 span { border-color: rgb(172,35,14); }

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