Html Css Color HEX #AE170C Fire Brick

📋 copy color: '#AE170C'

red 174 ◦ green 23 ◦ blue 12

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

Shades of Fire Brick #AE170C

Tints of Fire Brick #AE170C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11%

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

R = 83.25%
G = 11%
B = 5.74%

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

#AE170C (or 0xAE170C) is known color: Fire Brick. HEX triplet: AE, 17 and 0C. RGB value is (174,23,12). Sum of RGB (Red+Green+Blue) = 174+23+12=209 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.25% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 174 - color contains mainly: red. Hex color #AE170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE170C is #51E8F3. Grayscale: #434343. Windows color (decimal): -5368052 or 792494. OLE color: 792494.

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

Color convert

RGB 174 23 12 -
CMYK 0 0.87 0.93 0.32
HSL 4.07º 0.87% 0.36% -
HSV(B) 4.07º 0.93% 0.68% -
XYZ 17.83 9.64 1.27 -
YUV 66.9 97.03 204.39 -
System Red Green Blue C M Y K H S L
Decimal 174 23 12 0 0.87 0.93 0.32 4.07 0.87 0.36
Hex AE 17 C 0 57 5D 20 4 57 24
Octal 256 27 14 0 127 135 40 4 127 44
Binary 10101110 10111 1100 0 1010111 1011101 100000 100 1010111 100100

Color Harmonies of #AE170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE170C

Black with #AE170C

Text Example


Text Example

White with #AE170C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE170C; }

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

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

background-color css

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

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

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

border-color css

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

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

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