Html Css Color HEX #AE2827 Fire Brick

📋 copy color: '#AE2827'

red 174 ◦ green 40 ◦ blue 39

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

Shades of Fire Brick #AE2827

Tints of Fire Brick #AE2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

 BLUE value IS 39 (15.63% from 255) = 15.42%

R = 68.77%
G = 15.81%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE2827 (or 0xAE2827) is known color: Fire Brick. HEX triplet: AE, 28 and 27. RGB value is (174,40,39). Sum of RGB (Red+Green+Blue) = 174+40+39=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2827 is #51D7D8. Grayscale: #505050. Windows color (decimal): -5363673 or 2566318. OLE color: 2566318.

HSL color Cylindrical-coordinate representation of color #AE2827: hue angle of 0.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2827 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 40 39 -
CMYK 0 0.77 0.78 0.32
HSL 0.44º 0.63% 0.42% -
HSV(B) 0.44º 0.78% 0.68% -
XYZ 18.58 10.66 3 -
YUV 79.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 174 40 39 0 0.77 0.78 0.32 0.44 0.63 0.42
Hex AE 28 27 0 4D 4E 20 0 3F 2A
Octal 256 50 47 0 115 116 40 0 77 52
Binary 10101110 101000 100111 0 1001101 1001110 100000 0 111111 101010

Color Harmonies of #AE2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2827

Black with #AE2827

Text Example


Text Example

White with #AE2827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2827; }

 p { color: rgb(174,40,39); }

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

background-color css

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

 a { background-color: rgb(174,40,39); }

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

border-color css

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

 span { border-color: rgb(174,40,39); }

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