Html Css Color HEX #AE1613 Fire Brick

📋 copy color: '#AE1613'

red 174 ◦ green 22 ◦ blue 19

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

Shades of Fire Brick #AE1613

Tints of Fire Brick #AE1613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

 BLUE value IS 19 (7.81% from 255) = 8.84%

R = 80.93%
G = 10.23%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE1613 (or 0xAE1613) is known color: Fire Brick. HEX triplet: AE, 16 and 13. RGB value is (174,22,19). Sum of RGB (Red+Green+Blue) = 174+22+19=215 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.93% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1613 is #51E9EC. Grayscale: #434343. Windows color (decimal): -5368301 or 1250990. OLE color: 1250990.

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

Color convert

RGB 174 22 19 -
CMYK 0 0.87 0.89 0.32
HSL 1.16º 0.8% 0.38% -
HSV(B) 1.16º 0.89% 0.68% -
XYZ 17.86 9.62 1.53 -
YUV 67.11 100.86 204.24 -
System Red Green Blue C M Y K H S L
Decimal 174 22 19 0 0.87 0.89 0.32 1.16 0.8 0.38
Hex AE 16 13 0 57 59 20 1 50 26
Octal 256 26 23 0 127 131 40 1 120 46
Binary 10101110 10110 10011 0 1010111 1011001 100000 1 1010000 100110

Color Harmonies of #AE1613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1613

Black with #AE1613

Text Example


Text Example

White with #AE1613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1613; }

 p { color: rgb(174,22,19); }

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

background-color css

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

 a { background-color: rgb(174,22,19); }

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

border-color css

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

 span { border-color: rgb(174,22,19); }

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