Html Css Color HEX #AE1212 Fire Brick

📋 copy color: '#AE1212'

red 174 ◦ green 18 ◦ blue 18

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

Shades of Fire Brick #AE1212

Tints of Fire Brick #AE1212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.57%

R = 82.86%
G = 8.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE1212 (or 0xAE1212) is known color: Fire Brick. HEX triplet: AE, 12 and 12. RGB value is (174,18,18). Sum of RGB (Red+Green+Blue) = 174+18+18=210 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.86% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1212 is #51EDED. Grayscale: #404040. Windows color (decimal): -5369326 or 1184430. OLE color: 1184430.

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

Color convert

RGB 174 18 18 -
CMYK 0 0.90 0.90 0.32
HSL 0.81% 0.38% -
HSV(B) 0.9% 0.68% -
XYZ 17.78 9.47 1.46 -
YUV 64.64 101.68 206 -
System Red Green Blue C M Y K H S L
Decimal 174 18 18 0 0.90 0.90 0.32 0 0.81 0.38
Hex AE 12 12 0 5A 5A 20 0 51 26
Octal 256 22 22 0 132 132 40 0 121 46
Binary 10101110 10010 10010 0 1011010 1011010 100000 0 1010001 100110

Color Harmonies of #AE1212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1212

Black with #AE1212

Text Example


Text Example

White with #AE1212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1212; }

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

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

background-color css

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

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

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

border-color css

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

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

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