Html Css Color HEX #AE1210 Fire Brick

📋 copy color: '#AE1210'

red 174 ◦ green 18 ◦ blue 16

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

Shades of Fire Brick #AE1210

Tints of Fire Brick #AE1210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

 BLUE value IS 16 (6.64% from 255) = 7.69%

R = 83.65%
G = 8.65%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE1210 (or 0xAE1210) is known color: Fire Brick. HEX triplet: AE, 12 and 10. RGB value is (174,18,16). Sum of RGB (Red+Green+Blue) = 174+18+16=208 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.65% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1210 is #51EDEF. Grayscale: #404040. Windows color (decimal): -5369328 or 1053358. OLE color: 1053358.

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

Color convert

RGB 174 18 16 -
CMYK 0 0.90 0.91 0.32
HSL 0.76º 0.83% 0.37% -
HSV(B) 0.76º 0.91% 0.68% -
XYZ 17.77 9.47 1.38 -
YUV 64.42 100.68 206.16 -
System Red Green Blue C M Y K H S L
Decimal 174 18 16 0 0.90 0.91 0.32 0.76 0.83 0.37
Hex AE 12 10 0 5A 5B 20 1 53 25
Octal 256 22 20 0 132 133 40 1 123 45
Binary 10101110 10010 10000 0 1011010 1011011 100000 1 1010011 100101

Color Harmonies of #AE1210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1210

Black with #AE1210

Text Example


Text Example

White with #AE1210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1210; }

 p { color: rgb(174,18,16); }

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

background-color css

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

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

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

border-color css

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

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

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