Html Css Color HEX #AE1B0C Fire Brick

📋 copy color: '#AE1B0C'

red 174 ◦ green 27 ◦ blue 12

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

Shades of Fire Brick #AE1B0C

Tints of Fire Brick #AE1B0C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.68%

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

R = 81.69%
G = 12.68%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE1B0C (or 0xAE1B0C) is known color: Fire Brick. HEX triplet: AE, 1B and 0C. RGB value is (174,27,12). Sum of RGB (Red+Green+Blue) = 174+27+12=213 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.69% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1B0C is #51E4F3. Grayscale: #454545. Windows color (decimal): -5367028 or 793518. OLE color: 793518.

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

Color convert

RGB 174 27 12 -
CMYK 0 0.84 0.93 0.32
HSL 5.56º 0.87% 0.36% -
HSV(B) 5.56º 0.93% 0.68% -
XYZ 17.91 9.81 1.3 -
YUV 69.24 95.7 202.72 -
System Red Green Blue C M Y K H S L
Decimal 174 27 12 0 0.84 0.93 0.32 5.56 0.87 0.36
Hex AE 1B C 0 54 5D 20 6 57 24
Octal 256 33 14 0 124 135 40 6 127 44
Binary 10101110 11011 1100 0 1010100 1011101 100000 110 1010111 100100

Color Harmonies of #AE1B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1B0C

Black with #AE1B0C

Text Example


Text Example

White with #AE1B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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