Html Css Color HEX #AE1616 Fire Brick

📋 copy color: '#AE1616'

red 174 ◦ green 22 ◦ blue 22

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

Shades of Fire Brick #AE1616

Tints of Fire Brick #AE1616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 79.82%
G = 10.09%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE1616 (or 0xAE1616) is known color: Fire Brick. HEX triplet: AE, 16 and 16. RGB value is (174,22,22). Sum of RGB (Red+Green+Blue) = 174+22+22=218 (28% of max value = 765). Red value is 174 (68.36% from 255 or 79.82% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1616 is #51E9E9. Grayscale: #434343. Windows color (decimal): -5368298 or 1447598. OLE color: 1447598.

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

Color convert

RGB 174 22 22 -
CMYK 0 0.87 0.87 0.32
HSL 0.78% 0.38% -
HSV(B) 0.87% 0.68% -
XYZ 17.89 9.63 1.68 -
YUV 67.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 174 22 22 0 0.87 0.87 0.32 0 0.78 0.38
Hex AE 16 16 0 57 57 20 0 4E 26
Octal 256 26 26 0 127 127 40 0 116 46
Binary 10101110 10110 10110 0 1010111 1010111 100000 0 1001110 100110

Color Harmonies of #AE1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1616

Black with #AE1616

Text Example


Text Example

White with #AE1616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1616; }

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

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

background-color css

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

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

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

border-color css

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

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

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