Html Css Color HEX #AE1710 Fire Brick

📋 copy color: '#AE1710'

red 174 ◦ green 23 ◦ blue 16

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

Shades of Fire Brick #AE1710

Tints of Fire Brick #AE1710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.51%

R = 81.69%
G = 10.8%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE1710 (or 0xAE1710) is known color: Fire Brick. HEX triplet: AE, 17 and 10. RGB value is (174,23,16). Sum of RGB (Red+Green+Blue) = 174+23+16=213 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.69% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1710 is #51E8EF. Grayscale: #434343. Windows color (decimal): -5368048 or 1054638. OLE color: 1054638.

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

Color convert

RGB 174 23 16 -
CMYK 0 0.87 0.91 0.32
HSL 2.66º 0.83% 0.37% -
HSV(B) 2.66º 0.91% 0.68% -
XYZ 17.86 9.65 1.41 -
YUV 67.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 174 23 16 0 0.87 0.91 0.32 2.66 0.83 0.37
Hex AE 17 10 0 57 5B 20 3 53 25
Octal 256 27 20 0 127 133 40 3 123 45
Binary 10101110 10111 10000 0 1010111 1011011 100000 11 1010011 100101

Color Harmonies of #AE1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1710

Black with #AE1710

Text Example


Text Example

White with #AE1710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1710; }

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

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

background-color css

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

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

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

border-color css

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

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

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