Html Css Color HEX #AC1508 Fire Brick

📋 copy color: '#AC1508'

red 172 ◦ green 21 ◦ blue 8

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

Shades of Fire Brick #AC1508

Tints of Fire Brick #AC1508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.45%

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

R = 85.57%
G = 10.45%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC1508 (or 0xAC1508) is known color: Fire Brick. HEX triplet: AC, 15 and 08. RGB value is (172,21,8). Sum of RGB (Red+Green+Blue) = 172+21+8=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1508 is #53EAF7. Grayscale: #404040. Windows color (decimal): -5499640 or 529836. OLE color: 529836.

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

Color convert

RGB 172 21 8 -
CMYK 0 0.88 0.95 0.33
HSL 4.76º 0.91% 0.35% -
HSV(B) 4.76º 0.95% 0.67% -
XYZ 17.33 9.32 1.12 -
YUV 64.67 96.03 204.56 -
System Red Green Blue C M Y K H S L
Decimal 172 21 8 0 0.88 0.95 0.33 4.76 0.91 0.35
Hex AC 15 8 0 58 5F 21 5 5B 23
Octal 254 25 10 0 130 137 41 5 133 43
Binary 10101100 10101 1000 0 1011000 1011111 100001 101 1011011 100011

Color Harmonies of #AC1508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1508

Black with #AC1508

Text Example


Text Example

White with #AC1508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1508; }

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

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

background-color css

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

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

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

border-color css

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

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

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