Html Css Color HEX #AC2304 Fire Brick

📋 copy color: '#AC2304'

red 172 ◦ green 35 ◦ blue 4

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

Shades of Fire Brick #AC2304

Tints of Fire Brick #AC2304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 81.52%
G = 16.59%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC2304 (or 0xAC2304) is known color: Fire Brick. HEX triplet: AC, 23 and 04. RGB value is (172,35,4). Sum of RGB (Red+Green+Blue) = 172+35+4=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2304 is #53DCFB. Grayscale: #484848. Windows color (decimal): -5496060 or 271276. OLE color: 271276.

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

Color convert

RGB 172 35 4 -
CMYK 0 0.80 0.98 0.33
HSL 11.07º 0.95% 0.35% -
HSV(B) 11.07º 0.98% 0.67% -
XYZ 17.64 9.98 1.11 -
YUV 72.43 89.39 199.02 -
System Red Green Blue C M Y K H S L
Decimal 172 35 4 0 0.80 0.98 0.33 11.07 0.95 0.35
Hex AC 23 4 0 50 62 21 B 5F 23
Octal 254 43 4 0 120 142 41 13 137 43
Binary 10101100 100011 100 0 1010000 1100010 100001 1011 1011111 100011

Color Harmonies of #AC2304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2304

Black with #AC2304

Text Example


Text Example

White with #AC2304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2304; }

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

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

background-color css

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

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

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

border-color css

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

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

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