Html Css Color HEX #AE270D Fire Brick

📋 copy color: '#AE270D'

red 174 ◦ green 39 ◦ blue 13

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

Shades of Fire Brick #AE270D

Tints of Fire Brick #AE270D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

 BLUE value IS 13 (5.47% from 255) = 5.75%

R = 76.99%
G = 17.26%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE270D (or 0xAE270D) is known color: Fire Brick. HEX triplet: AE, 27 and 0D. RGB value is (174,39,13). Sum of RGB (Red+Green+Blue) = 174+39+13=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE270D is #51D8F2. Grayscale: #4C4C4C. Windows color (decimal): -5363955 or 862126. OLE color: 862126.

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

Color convert

RGB 174 39 13 -
CMYK 0 0.78 0.93 0.32
HSL 9.69º 0.86% 0.37% -
HSV(B) 9.69º 0.93% 0.68% -
XYZ 18.25 10.48 1.44 -
YUV 76.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 174 39 13 0 0.78 0.93 0.32 9.69 0.86 0.37
Hex AE 27 D 0 4E 5D 20 A 56 25
Octal 256 47 15 0 116 135 40 12 126 45
Binary 10101110 100111 1101 0 1001110 1011101 100000 1010 1010110 100101

Color Harmonies of #AE270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE270D

Black with #AE270D

Text Example


Text Example

White with #AE270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE270D; }

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

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

background-color css

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

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

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

border-color css

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

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

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