Html Css Color HEX #AC1F01 Fire Brick

📋 copy color: '#AC1F01'

red 172 ◦ green 31 ◦ blue 1

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

Shades of Fire Brick #AC1F01

Tints of Fire Brick #AC1F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.2%

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

R = 84.31%
G = 15.2%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC1F01 (or 0xAC1F01) is known color: Fire Brick. HEX triplet: AC, 1F and 01. RGB value is (172,31,1). Sum of RGB (Red+Green+Blue) = 172+31+1=204 (27% of max value = 765). Red value is 172 (67.58% from 255 or 84.31% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1F01 is #53E0FE. Grayscale: #464646. Windows color (decimal): -5497087 or 73644. OLE color: 73644.

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

Color convert

RGB 172 31 1 -
CMYK 0 0.82 0.99 0.33
HSL 10.53º 0.99% 0.34% -
HSV(B) 10.53º 0.99% 0.67% -
XYZ 17.51 9.75 0.99 -
YUV 69.74 89.21 200.94 -
System Red Green Blue C M Y K H S L
Decimal 172 31 1 0 0.82 0.99 0.33 10.53 0.99 0.34
Hex AC 1F 1 0 52 63 21 B 63 22
Octal 254 37 1 0 122 143 41 13 143 42
Binary 10101100 11111 1 0 1010010 1100011 100001 1011 1100011 100010

Color Harmonies of #AC1F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F01

Black with #AC1F01

Text Example


Text Example

White with #AC1F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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