Html Css Color HEX #AE251E Fire Brick

📋 copy color: '#AE251E'

red 174 ◦ green 37 ◦ blue 30

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

Shades of Fire Brick #AE251E

Tints of Fire Brick #AE251E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

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

R = 72.2%
G = 15.35%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE251E (or 0xAE251E) is known color: Fire Brick. HEX triplet: AE, 25 and 1E. RGB value is (174,37,30). Sum of RGB (Red+Green+Blue) = 174+37+30=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE251E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE251E is #51DAE1. Grayscale: #4D4D4D. Windows color (decimal): -5364450 or 1975726. OLE color: 1975726.

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

Color convert

RGB 174 37 30 -
CMYK 0 0.79 0.83 0.32
HSL 2.92º 0.71% 0.4% -
HSV(B) 2.92º 0.83% 0.68% -
XYZ 18.35 10.42 2.27 -
YUV 77.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 174 37 30 0 0.79 0.83 0.32 2.92 0.71 0.4
Hex AE 25 1E 0 4F 53 20 3 47 28
Octal 256 45 36 0 117 123 40 3 107 50
Binary 10101110 100101 11110 0 1001111 1010011 100000 11 1000111 101000

Color Harmonies of #AE251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE251E

Black with #AE251E

Text Example


Text Example

White with #AE251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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