Html Css Color HEX #AE2413 Fire Brick

📋 copy color: '#AE2413'

red 174 ◦ green 36 ◦ blue 19

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

Shades of Fire Brick #AE2413

Tints of Fire Brick #AE2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.72%

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

R = 75.98%
G = 15.72%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE2413 (or 0xAE2413) is known color: Fire Brick. HEX triplet: AE, 24 and 13. RGB value is (174,36,19). Sum of RGB (Red+Green+Blue) = 174+36+19=229 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.98% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2413 is #51DBEC. Grayscale: #4B4B4B. Windows color (decimal): -5364717 or 1254574. OLE color: 1254574.

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

Color convert

RGB 174 36 19 -
CMYK 0 0.79 0.89 0.32
HSL 6.58º 0.8% 0.38% -
HSV(B) 6.58º 0.89% 0.68% -
XYZ 18.2 10.31 1.65 -
YUV 75.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 174 36 19 0 0.79 0.89 0.32 6.58 0.8 0.38
Hex AE 24 13 0 4F 59 20 7 50 26
Octal 256 44 23 0 117 131 40 7 120 46
Binary 10101110 100100 10011 0 1001111 1011001 100000 111 1010000 100110

Color Harmonies of #AE2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2413

Black with #AE2413

Text Example


Text Example

White with #AE2413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2413; }

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

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

background-color css

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

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

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

border-color css

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

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

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