Html Css Color HEX #AE241B Fire Brick

📋 copy color: '#AE241B'

red 174 ◦ green 36 ◦ blue 27

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

Shades of Fire Brick #AE241B

Tints of Fire Brick #AE241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.39%

R = 73.42%
G = 15.19%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE241B (or 0xAE241B) is known color: Fire Brick. HEX triplet: AE, 24 and 1B. RGB value is (174,36,27). Sum of RGB (Red+Green+Blue) = 174+36+27=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE241B is #51DBE4. Grayscale: #4C4C4C. Windows color (decimal): -5364709 or 1778862. OLE color: 1778862.

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

Color convert

RGB 174 36 27 -
CMYK 0 0.79 0.84 0.32
HSL 3.67º 0.73% 0.39% -
HSV(B) 3.67º 0.84% 0.68% -
XYZ 18.28 10.34 2.07 -
YUV 76.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 174 36 27 0 0.79 0.84 0.32 3.67 0.73 0.39
Hex AE 24 1B 0 4F 54 20 4 49 27
Octal 256 44 33 0 117 124 40 4 111 47
Binary 10101110 100100 11011 0 1001111 1010100 100000 100 1001001 100111

Color Harmonies of #AE241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE241B

Black with #AE241B

Text Example


Text Example

White with #AE241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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