Html Css Color HEX #AE2D13 Fire Brick

📋 copy color: '#AE2D13'

red 174 ◦ green 45 ◦ blue 19

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

Shades of Fire Brick #AE2D13

Tints of Fire Brick #AE2D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.91%

 BLUE value IS 19 (7.81% from 255) = 7.98%

R = 73.11%
G = 18.91%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE2D13 (or 0xAE2D13) is known color: Fire Brick. HEX triplet: AE, 2D and 13. RGB value is (174,45,19). Sum of RGB (Red+Green+Blue) = 174+45+19=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2D13 is #51D2EC. Grayscale: #505050. Windows color (decimal): -5362413 or 1256878. OLE color: 1256878.

HSL color Cylindrical-coordinate representation of color #AE2D13: hue angle of 10.06º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE2D13 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 45 19 -
CMYK 0 0.74 0.89 0.32
HSL 10.06º 0.8% 0.38% -
HSV(B) 10.06º 0.89% 0.68% -
XYZ 18.51 10.92 1.75 -
YUV 80.61 93.24 194.61 -
System Red Green Blue C M Y K H S L
Decimal 174 45 19 0 0.74 0.89 0.32 10.06 0.8 0.38
Hex AE 2D 13 0 4A 59 20 A 50 26
Octal 256 55 23 0 112 131 40 12 120 46
Binary 10101110 101101 10011 0 1001010 1011001 100000 1010 1010000 100110

Color Harmonies of #AE2D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2D13

Black with #AE2D13

Text Example


Text Example

White with #AE2D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2D13; }

 p { color: rgb(174,45,19); }

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

background-color css

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

 a { background-color: rgb(174,45,19); }

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

border-color css

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

 span { border-color: rgb(174,45,19); }

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