Html Css Color HEX #AE190C Fire Brick

📋 copy color: '#AE190C'

red 174 ◦ green 25 ◦ blue 12

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

Shades of Fire Brick #AE190C

Tints of Fire Brick #AE190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.85%

 BLUE value IS 12 (5.08% from 255) = 5.69%

R = 82.46%
G = 11.85%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE190C (or 0xAE190C) is known color: Fire Brick. HEX triplet: AE, 19 and 0C. RGB value is (174,25,12). Sum of RGB (Red+Green+Blue) = 174+25+12=211 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.46% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 174 - color contains mainly: red. Hex color #AE190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE190C is #51E6F3. Grayscale: #444444. Windows color (decimal): -5367540 or 793006. OLE color: 793006.

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

Color convert

RGB 174 25 12 -
CMYK 0 0.86 0.93 0.32
HSL 4.81º 0.87% 0.36% -
HSV(B) 4.81º 0.93% 0.68% -
XYZ 17.87 9.72 1.28 -
YUV 68.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 174 25 12 0 0.86 0.93 0.32 4.81 0.87 0.36
Hex AE 19 C 0 56 5D 20 5 57 24
Octal 256 31 14 0 126 135 40 5 127 44
Binary 10101110 11001 1100 0 1010110 1011101 100000 101 1010111 100100

Color Harmonies of #AE190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE190C

Black with #AE190C

Text Example


Text Example

White with #AE190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE190C; }

 p { color: rgb(174,25,12); }

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

background-color css

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

 a { background-color: rgb(174,25,12); }

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

border-color css

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

 span { border-color: rgb(174,25,12); }

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