Html Css Color HEX #AE150B Fire Brick

📋 copy color: '#AE150B'

red 174 ◦ green 21 ◦ blue 11

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

Shades of Fire Brick #AE150B

Tints of Fire Brick #AE150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

 BLUE value IS 11 (4.69% from 255) = 5.34%

R = 84.47%
G = 10.19%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE150B (or 0xAE150B) is known color: Fire Brick. HEX triplet: AE, 15 and 0B. RGB value is (174,21,11). Sum of RGB (Red+Green+Blue) = 174+21+11=206 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.47% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 174 - color contains mainly: red. Hex color #AE150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE150B is #51EAF4. Grayscale: #414141. Windows color (decimal): -5368565 or 726446. OLE color: 726446.

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

Color convert

RGB 174 21 11 -
CMYK 0 0.88 0.94 0.32
HSL 3.68º 0.88% 0.36% -
HSV(B) 3.68º 0.94% 0.68% -
XYZ 17.78 9.56 1.22 -
YUV 65.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 174 21 11 0 0.88 0.94 0.32 3.68 0.88 0.36
Hex AE 15 B 0 58 5E 20 4 58 24
Octal 256 25 13 0 130 136 40 4 130 44
Binary 10101110 10101 1011 0 1011000 1011110 100000 100 1011000 100100

Color Harmonies of #AE150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE150B

Black with #AE150B

Text Example


Text Example

White with #AE150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE150B; }

 p { color: rgb(174,21,11); }

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

background-color css

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

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

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

border-color css

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

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

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