Html Css Color HEX #AE241A Fire Brick

📋 copy color: '#AE241A'

red 174 ◦ green 36 ◦ blue 26

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

Shades of Fire Brick #AE241A

Tints of Fire Brick #AE241A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.02%

R = 73.73%
G = 15.25%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE241A (or 0xAE241A) is known color: Fire Brick. HEX triplet: AE, 24 and 1A. RGB value is (174,36,26). Sum of RGB (Red+Green+Blue) = 174+36+26=236 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.73% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 174 - color contains mainly: red. Hex color #AE241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE241A is #51DBE5. Grayscale: #4C4C4C. Windows color (decimal): -5364710 or 1713326. OLE color: 1713326.

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

Color convert

RGB 174 36 26 -
CMYK 0 0.79 0.85 0.32
HSL 4.05º 0.74% 0.39% -
HSV(B) 4.05º 0.85% 0.68% -
XYZ 18.27 10.34 2.01 -
YUV 76.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 174 36 26 0 0.79 0.85 0.32 4.05 0.74 0.39
Hex AE 24 1A 0 4F 55 20 4 4A 27
Octal 256 44 32 0 117 125 40 4 112 47
Binary 10101110 100100 11010 0 1001111 1010101 100000 100 1001010 100111

Color Harmonies of #AE241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE241A

Black with #AE241A

Text Example


Text Example

White with #AE241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE241A; }

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

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

background-color css

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

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

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

border-color css

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

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

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