Html Css Color HEX #AC230D Fire Brick

📋 copy color: '#AC230D'

red 172 ◦ green 35 ◦ blue 13

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

Shades of Fire Brick #AC230D

Tints of Fire Brick #AC230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 78.18%
G = 15.91%
B = 5.91%

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

#AC230D (or 0xAC230D) is known color: Fire Brick. HEX triplet: AC, 23 and 0D. RGB value is (172,35,13). Sum of RGB (Red+Green+Blue) = 172+35+13=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC230D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC230D is #53DCF2. Grayscale: #494949. Windows color (decimal): -5496051 or 861100. OLE color: 861100.

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

Color convert

RGB 172 35 13 -
CMYK 0 0.80 0.92 0.33
HSL 8.3º 0.86% 0.36% -
HSV(B) 8.3º 0.92% 0.67% -
XYZ 17.69 10 1.38 -
YUV 73.46 93.89 198.29 -
System Red Green Blue C M Y K H S L
Decimal 172 35 13 0 0.80 0.92 0.33 8.3 0.86 0.36
Hex AC 23 D 0 50 5C 21 8 56 24
Octal 254 43 15 0 120 134 41 10 126 44
Binary 10101100 100011 1101 0 1010000 1011100 100001 1000 1010110 100100

Color Harmonies of #AC230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC230D

Black with #AC230D

Text Example


Text Example

White with #AC230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC230D; }

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

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

background-color css

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

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

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

border-color css

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

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

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