Html Css Color HEX #AC1E01 Fire Brick

📋 copy color: '#AC1E01'

red 172 ◦ green 30 ◦ blue 1

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

Shades of Fire Brick #AC1E01

Tints of Fire Brick #AC1E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.78%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 84.73%
G = 14.78%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC1E01 (or 0xAC1E01) is known color: Fire Brick. HEX triplet: AC, 1E and 01. RGB value is (172,30,1). Sum of RGB (Red+Green+Blue) = 172+30+1=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1E01 is #53E1FE. Grayscale: #454545. Windows color (decimal): -5497343 or 73388. OLE color: 73388.

HSL color Cylindrical-coordinate representation of color #AC1E01: hue angle of 10.18º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC1E01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 30 1 -
CMYK 0 0.83 0.99 0.33
HSL 10.18º 0.99% 0.34% -
HSV(B) 10.18º 0.99% 0.67% -
XYZ 17.48 9.7 0.98 -
YUV 69.15 89.54 201.36 -
System Red Green Blue C M Y K H S L
Decimal 172 30 1 0 0.83 0.99 0.33 10.18 0.99 0.34
Hex AC 1E 1 0 53 63 21 A 63 22
Octal 254 36 1 0 123 143 41 12 143 42
Binary 10101100 11110 1 0 1010011 1100011 100001 1010 1100011 100010

Color Harmonies of #AC1E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E01

Black with #AC1E01

Text Example


Text Example

White with #AC1E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E01; }

 p { color: rgb(172,30,1); }

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

background-color css

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

 a { background-color: rgb(172,30,1); }

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

border-color css

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

 span { border-color: rgb(172,30,1); }

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