Html Css Color HEX #AE1D12 Fire Brick

📋 copy color: '#AE1D12'

red 174 ◦ green 29 ◦ blue 18

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

Shades of Fire Brick #AE1D12

Tints of Fire Brick #AE1D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.12%

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

R = 78.73%
G = 13.12%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE1D12 (or 0xAE1D12) is known color: Fire Brick. HEX triplet: AE, 1D and 12. RGB value is (174,29,18). Sum of RGB (Red+Green+Blue) = 174+29+18=221 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.73% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1D12 is #51E2ED. Grayscale: #474747. Windows color (decimal): -5366510 or 1187246. OLE color: 1187246.

HSL color Cylindrical-coordinate representation of color #AE1D12: hue angle of 4.23º 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 #AE1D12 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 29 18 -
CMYK 0 0.83 0.90 0.32
HSL 4.23º 0.81% 0.38% -
HSV(B) 4.23º 0.9% 0.68% -
XYZ 18 9.92 1.54 -
YUV 71.1 98.04 201.39 -
System Red Green Blue C M Y K H S L
Decimal 174 29 18 0 0.83 0.90 0.32 4.23 0.81 0.38
Hex AE 1D 12 0 53 5A 20 4 51 26
Octal 256 35 22 0 123 132 40 4 121 46
Binary 10101110 11101 10010 0 1010011 1011010 100000 100 1010001 100110

Color Harmonies of #AE1D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1D12

Black with #AE1D12

Text Example


Text Example

White with #AE1D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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