Html Css Color HEX #AE231E Fire Brick

📋 copy color: '#AE231E'

red 174 ◦ green 35 ◦ blue 30

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

Shades of Fire Brick #AE231E

Tints of Fire Brick #AE231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.64%

 BLUE value IS 30 (12.11% from 255) = 12.55%

R = 72.8%
G = 14.64%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE231E (or 0xAE231E) is known color: Fire Brick. HEX triplet: AE, 23 and 1E. RGB value is (174,35,30). Sum of RGB (Red+Green+Blue) = 174+35+30=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE231E is #51DCE1. Grayscale: #4C4C4C. Windows color (decimal): -5364962 or 1975214. OLE color: 1975214.

HSL color Cylindrical-coordinate representation of color #AE231E: hue angle of 2.08º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE231E is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 35 30 -
CMYK 0 0.80 0.83 0.32
HSL 2.08º 0.71% 0.4% -
HSV(B) 2.08º 0.83% 0.68% -
XYZ 18.29 10.29 2.25 -
YUV 75.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 174 35 30 0 0.80 0.83 0.32 2.08 0.71 0.4
Hex AE 23 1E 0 50 53 20 2 47 28
Octal 256 43 36 0 120 123 40 2 107 50
Binary 10101110 100011 11110 0 1010000 1010011 100000 10 1000111 101000

Color Harmonies of #AE231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE231E

Black with #AE231E

Text Example


Text Example

White with #AE231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE231E; }

 p { color: rgb(174,35,30); }

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

background-color css

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

 a { background-color: rgb(174,35,30); }

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

border-color css

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

 span { border-color: rgb(174,35,30); }

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