Html Css Color HEX #AE2B11 Fire Brick

📋 copy color: '#AE2B11'

red 174 ◦ green 43 ◦ blue 17

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

Shades of Fire Brick #AE2B11

Tints of Fire Brick #AE2B11

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.38%

 BLUE value IS 17 (7.03% from 255) = 7.26%

R = 74.36%
G = 18.38%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE2B11 (or 0xAE2B11) is known color: Fire Brick. HEX triplet: AE, 2B and 11. RGB value is (174,43,17). Sum of RGB (Red+Green+Blue) = 174+43+17=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2B11 is #51D4EE. Grayscale: #4F4F4F. Windows color (decimal): -5362927 or 1125294. OLE color: 1125294.

HSL color Cylindrical-coordinate representation of color #AE2B11: hue angle of 9.94º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE2B11 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 43 17 -
CMYK 0 0.75 0.90 0.32
HSL 9.94º 0.82% 0.37% -
HSV(B) 9.94º 0.9% 0.68% -
XYZ 18.42 10.77 1.64 -
YUV 79.21 92.9 195.61 -
System Red Green Blue C M Y K H S L
Decimal 174 43 17 0 0.75 0.90 0.32 9.94 0.82 0.37
Hex AE 2B 11 0 4B 5A 20 A 52 25
Octal 256 53 21 0 113 132 40 12 122 45
Binary 10101110 101011 10001 0 1001011 1011010 100000 1010 1010010 100101

Color Harmonies of #AE2B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2B11

Black with #AE2B11

Text Example


Text Example

White with #AE2B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2B11; }

 p { color: rgb(174,43,17); }

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

background-color css

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

 a { background-color: rgb(174,43,17); }

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

border-color css

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

 span { border-color: rgb(174,43,17); }

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