Html Css Color HEX #AE1A0F Fire Brick

📋 copy color: '#AE1A0F'

red 174 ◦ green 26 ◦ blue 15

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

Shades of Fire Brick #AE1A0F

Tints of Fire Brick #AE1A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.09%

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

R = 80.93%
G = 12.09%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE1A0F (or 0xAE1A0F) is known color: Fire Brick. HEX triplet: AE, 1A and 0F. RGB value is (174,26,15). Sum of RGB (Red+Green+Blue) = 174+26+15=215 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.93% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1A0F is #51E5F0. Grayscale: #454545. Windows color (decimal): -5367281 or 989870. OLE color: 989870.

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

Color convert

RGB 174 26 15 -
CMYK 0 0.85 0.91 0.32
HSL 4.15º 0.84% 0.37% -
HSV(B) 4.15º 0.91% 0.68% -
XYZ 17.91 9.77 1.39 -
YUV 69 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 174 26 15 0 0.85 0.91 0.32 4.15 0.84 0.37
Hex AE 1A F 0 55 5B 20 4 54 25
Octal 256 32 17 0 125 133 40 4 124 45
Binary 10101110 11010 1111 0 1010101 1011011 100000 100 1010100 100101

Color Harmonies of #AE1A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1A0F

Black with #AE1A0F

Text Example


Text Example

White with #AE1A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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