Html Css Color HEX #AE1C06 Fire Brick

📋 copy color: '#AE1C06'

red 174 ◦ green 28 ◦ blue 6

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

Shades of Fire Brick #AE1C06

Tints of Fire Brick #AE1C06

RGB

 RED value IS 174 (68.36% from 255) = 83.65%

 GREEN value IS 28 (11.33% from 255) = 13.46%

 BLUE value IS 6 (2.73% from 255) = 2.88%

R = 83.65%
G = 13.46%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE1C06 (or 0xAE1C06) is known color: Fire Brick. HEX triplet: AE, 1C and 06. RGB value is (174,28,6). Sum of RGB (Red+Green+Blue) = 174+28+6=208 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.65% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1C06 is #51E3F9. Grayscale: #454545. Windows color (decimal): -5366778 or 400558. OLE color: 400558.

HSL color Cylindrical-coordinate representation of color #AE1C06: hue angle of 7.86º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE1C06 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 28 6 -
CMYK 0 0.84 0.97 0.32
HSL 7.86º 0.93% 0.35% -
HSV(B) 7.86º 0.97% 0.68% -
XYZ 17.9 9.84 1.13 -
YUV 69.15 92.37 202.79 -
System Red Green Blue C M Y K H S L
Decimal 174 28 6 0 0.84 0.97 0.32 7.86 0.93 0.35
Hex AE 1C 6 0 54 61 20 8 5D 23
Octal 256 34 6 0 124 141 40 10 135 43
Binary 10101110 11100 110 0 1010100 1100001 100000 1000 1011101 100011

Color Harmonies of #AE1C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1C06

Black with #AE1C06

Text Example


Text Example

White with #AE1C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1C06; }

 p { color: rgb(174,28,6); }

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

background-color css

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

 a { background-color: rgb(174,28,6); }

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

border-color css

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

 span { border-color: rgb(174,28,6); }

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