Html Css Color HEX #AE260B Fire Brick

📋 copy color: '#AE260B'

red 174 ◦ green 38 ◦ blue 11

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

Shades of Fire Brick #AE260B

Tints of Fire Brick #AE260B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.04%

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

R = 78.03%
G = 17.04%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE260B (or 0xAE260B) is known color: Fire Brick. HEX triplet: AE, 26 and 0B. RGB value is (174,38,11). Sum of RGB (Red+Green+Blue) = 174+38+11=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE260B is #51D9F4. Grayscale: #4B4B4B. Windows color (decimal): -5364213 or 730798. OLE color: 730798.

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

Color convert

RGB 174 38 11 -
CMYK 0 0.78 0.94 0.32
HSL 9.94º 0.88% 0.36% -
HSV(B) 9.94º 0.94% 0.68% -
XYZ 18.21 10.41 1.37 -
YUV 75.59 91.56 198.2 -
System Red Green Blue C M Y K H S L
Decimal 174 38 11 0 0.78 0.94 0.32 9.94 0.88 0.36
Hex AE 26 B 0 4E 5E 20 A 58 24
Octal 256 46 13 0 116 136 40 12 130 44
Binary 10101110 100110 1011 0 1001110 1011110 100000 1010 1011000 100100

Color Harmonies of #AE260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE260B

Black with #AE260B

Text Example


Text Example

White with #AE260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE260B; }

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

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

background-color css

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

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

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

border-color css

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

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

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