Html Css Color HEX #AE261A Fire Brick

📋 copy color: '#AE261A'

red 174 ◦ green 38 ◦ blue 26

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

Shades of Fire Brick #AE261A

Tints of Fire Brick #AE261A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.97%

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

R = 73.11%
G = 15.97%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE261A (or 0xAE261A) is known color: Fire Brick. HEX triplet: AE, 26 and 1A. RGB value is (174,38,26). Sum of RGB (Red+Green+Blue) = 174+38+26=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE261A is #51D9E5. Grayscale: #4D4D4D. Windows color (decimal): -5364198 or 1713838. OLE color: 1713838.

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

Color convert

RGB 174 38 26 -
CMYK 0 0.78 0.85 0.32
HSL 4.86º 0.74% 0.39% -
HSV(B) 4.86º 0.85% 0.68% -
XYZ 18.34 10.46 2.03 -
YUV 77.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 174 38 26 0 0.78 0.85 0.32 4.86 0.74 0.39
Hex AE 26 1A 0 4E 55 20 5 4A 27
Octal 256 46 32 0 116 125 40 5 112 47
Binary 10101110 100110 11010 0 1001110 1010101 100000 101 1001010 100111

Color Harmonies of #AE261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE261A

Black with #AE261A

Text Example


Text Example

White with #AE261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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