Html Css Color HEX #AC2308 Fire Brick

📋 copy color: '#AC2308'

red 172 ◦ green 35 ◦ blue 8

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

Shades of Fire Brick #AC2308

Tints of Fire Brick #AC2308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.72%

R = 80%
G = 16.28%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC2308 (or 0xAC2308) is known color: Fire Brick. HEX triplet: AC, 23 and 08. RGB value is (172,35,8). Sum of RGB (Red+Green+Blue) = 172+35+8=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2308 is #53DCF7. Grayscale: #494949. Windows color (decimal): -5496056 or 533420. OLE color: 533420.

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

Color convert

RGB 172 35 8 -
CMYK 0 0.80 0.95 0.33
HSL 9.88º 0.91% 0.35% -
HSV(B) 9.88º 0.95% 0.67% -
XYZ 17.66 9.99 1.23 -
YUV 72.89 91.39 198.7 -
System Red Green Blue C M Y K H S L
Decimal 172 35 8 0 0.80 0.95 0.33 9.88 0.91 0.35
Hex AC 23 8 0 50 5F 21 A 5B 23
Octal 254 43 10 0 120 137 41 12 133 43
Binary 10101100 100011 1000 0 1010000 1011111 100001 1010 1011011 100011

Color Harmonies of #AC2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2308

Black with #AC2308

Text Example


Text Example

White with #AC2308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2308; }

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

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

background-color css

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

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

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

border-color css

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

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

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