Html Css Color HEX #AE150F Fire Brick

📋 copy color: '#AE150F'

red 174 ◦ green 21 ◦ blue 15

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

Shades of Fire Brick #AE150F

Tints of Fire Brick #AE150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.14%

R = 82.86%
G = 10%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE150F (or 0xAE150F) is known color: Fire Brick. HEX triplet: AE, 15 and 0F. RGB value is (174,21,15). Sum of RGB (Red+Green+Blue) = 174+21+15=210 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.86% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 174 - color contains mainly: red. Hex color #AE150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE150F is #51EAF0. Grayscale: #424242. Windows color (decimal): -5368561 or 988590. OLE color: 988590.

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

Color convert

RGB 174 21 15 -
CMYK 0 0.88 0.91 0.32
HSL 2.26º 0.84% 0.37% -
HSV(B) 2.26º 0.91% 0.68% -
XYZ 17.81 9.57 1.36 -
YUV 66.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 174 21 15 0 0.88 0.91 0.32 2.26 0.84 0.37
Hex AE 15 F 0 58 5B 20 2 54 25
Octal 256 25 17 0 130 133 40 2 124 45
Binary 10101110 10101 1111 0 1011000 1011011 100000 10 1010100 100101

Color Harmonies of #AE150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE150F

Black with #AE150F

Text Example


Text Example

White with #AE150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE150F; }

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

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

background-color css

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

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

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

border-color css

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

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

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