Html Css Color HEX #AE261D Fire Brick

📋 copy color: '#AE261D'

red 174 ◦ green 38 ◦ blue 29

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

Shades of Fire Brick #AE261D

Tints of Fire Brick #AE261D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 72.2%
G = 15.77%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE261D (or 0xAE261D) is known color: Fire Brick. HEX triplet: AE, 26 and 1D. RGB value is (174,38,29). Sum of RGB (Red+Green+Blue) = 174+38+29=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE261D is #51D9E2. Grayscale: #4D4D4D. Windows color (decimal): -5364195 or 1910446. OLE color: 1910446.

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

Color convert

RGB 174 38 29 -
CMYK 0 0.78 0.83 0.32
HSL 3.72º 0.71% 0.4% -
HSV(B) 3.72º 0.83% 0.68% -
XYZ 18.37 10.47 2.22 -
YUV 77.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 174 38 29 0 0.78 0.83 0.32 3.72 0.71 0.4
Hex AE 26 1D 0 4E 53 20 4 47 28
Octal 256 46 35 0 116 123 40 4 107 50
Binary 10101110 100110 11101 0 1001110 1010011 100000 100 1000111 101000

Color Harmonies of #AE261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE261D

Black with #AE261D

Text Example


Text Example

White with #AE261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE261D; }

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

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

background-color css

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

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

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

border-color css

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

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

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