Html Css Color HEX #AE280C Fire Brick

📋 copy color: '#AE280C'

red 174 ◦ green 40 ◦ blue 12

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

Shades of Fire Brick #AE280C

Tints of Fire Brick #AE280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.7%

 BLUE value IS 12 (5.08% from 255) = 5.31%

R = 76.99%
G = 17.7%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE280C (or 0xAE280C) is known color: Fire Brick. HEX triplet: AE, 28 and 0C. RGB value is (174,40,12). Sum of RGB (Red+Green+Blue) = 174+40+12=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE280C is #51D7F3. Grayscale: #4D4D4D. Windows color (decimal): -5363700 or 796846. OLE color: 796846.

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

Color convert

RGB 174 40 12 -
CMYK 0 0.77 0.93 0.32
HSL 10.37º 0.87% 0.36% -
HSV(B) 10.37º 0.93% 0.68% -
XYZ 18.28 10.54 1.42 -
YUV 76.87 91.39 197.28 -
System Red Green Blue C M Y K H S L
Decimal 174 40 12 0 0.77 0.93 0.32 10.37 0.87 0.36
Hex AE 28 C 0 4D 5D 20 A 57 24
Octal 256 50 14 0 115 135 40 12 127 44
Binary 10101110 101000 1100 0 1001101 1011101 100000 1010 1010111 100100

Color Harmonies of #AE280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE280C

Black with #AE280C

Text Example


Text Example

White with #AE280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE280C; }

 p { color: rgb(174,40,12); }

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

background-color css

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

 a { background-color: rgb(174,40,12); }

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

border-color css

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

 span { border-color: rgb(174,40,12); }

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