Html Css Color HEX #AE160C Fire Brick

📋 copy color: '#AE160C'

red 174 ◦ green 22 ◦ blue 12

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

Shades of Fire Brick #AE160C

Tints of Fire Brick #AE160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.58%

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

R = 83.65%
G = 10.58%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE160C (or 0xAE160C) is known color: Fire Brick. HEX triplet: AE, 16 and 0C. RGB value is (174,22,12). Sum of RGB (Red+Green+Blue) = 174+22+12=208 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.65% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 174 - color contains mainly: red. Hex color #AE160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE160C is #51E9F3. Grayscale: #424242. Windows color (decimal): -5368308 or 792238. OLE color: 792238.

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

Color convert

RGB 174 22 12 -
CMYK 0 0.87 0.93 0.32
HSL 3.7º 0.87% 0.36% -
HSV(B) 3.7º 0.93% 0.68% -
XYZ 17.81 9.6 1.26 -
YUV 66.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 174 22 12 0 0.87 0.93 0.32 3.7 0.87 0.36
Hex AE 16 C 0 57 5D 20 4 57 24
Octal 256 26 14 0 127 135 40 4 127 44
Binary 10101110 10110 1100 0 1010111 1011101 100000 100 1010111 100100

Color Harmonies of #AE160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE160C

Black with #AE160C

Text Example


Text Example

White with #AE160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE160C; }

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

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

background-color css

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

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

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

border-color css

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

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

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