Html Css Color HEX #AE1D0C Fire Brick

📋 copy color: '#AE1D0C'

red 174 ◦ green 29 ◦ blue 12

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

Shades of Fire Brick #AE1D0C

Tints of Fire Brick #AE1D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.58%

R = 80.93%
G = 13.49%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE1D0C (or 0xAE1D0C) is known color: Fire Brick. HEX triplet: AE, 1D and 0C. RGB value is (174,29,12). Sum of RGB (Red+Green+Blue) = 174+29+12=215 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.93% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1D0C is #51E2F3. Grayscale: #464646. Windows color (decimal): -5366516 or 794030. OLE color: 794030.

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

Color convert

RGB 174 29 12 -
CMYK 0 0.83 0.93 0.32
HSL 6.3º 0.87% 0.36% -
HSV(B) 6.3º 0.93% 0.68% -
XYZ 17.96 9.9 1.31 -
YUV 70.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 174 29 12 0 0.83 0.93 0.32 6.3 0.87 0.36
Hex AE 1D C 0 53 5D 20 6 57 24
Octal 256 35 14 0 123 135 40 6 127 44
Binary 10101110 11101 1100 0 1010011 1011101 100000 110 1010111 100100

Color Harmonies of #AE1D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1D0C

Black with #AE1D0C

Text Example


Text Example

White with #AE1D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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