Html Css Color HEX #AE2203 Fire Brick

📋 copy color: '#AE2203'

red 174 ◦ green 34 ◦ blue 3

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

Shades of Fire Brick #AE2203

Tints of Fire Brick #AE2203

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

 BLUE value IS 3 (1.56% from 255) = 1.42%

R = 82.46%
G = 16.11%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE2203 (or 0xAE2203) is known color: Fire Brick. HEX triplet: AE, 22 and 03. RGB value is (174,34,3). Sum of RGB (Red+Green+Blue) = 174+34+3=211 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.46% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2203 is #51DDFC. Grayscale: #484848. Windows color (decimal): -5365245 or 205486. OLE color: 205486.

HSL color Cylindrical-coordinate representation of color #AE2203: hue angle of 10.88º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE2203 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 34 3 -
CMYK 0 0.80 0.98 0.32
HSL 10.88º 0.97% 0.35% -
HSV(B) 10.88º 0.98% 0.68% -
XYZ 18.04 10.15 1.09 -
YUV 72.33 88.88 200.52 -
System Red Green Blue C M Y K H S L
Decimal 174 34 3 0 0.80 0.98 0.32 10.88 0.97 0.35
Hex AE 22 3 0 50 62 20 B 61 23
Octal 256 42 3 0 120 142 40 13 141 43
Binary 10101110 100010 11 0 1010000 1100010 100000 1011 1100001 100011

Color Harmonies of #AE2203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2203

Black with #AE2203

Text Example


Text Example

White with #AE2203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2203; }

 p { color: rgb(174,34,3); }

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

background-color css

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

 a { background-color: rgb(174,34,3); }

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

border-color css

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

 span { border-color: rgb(174,34,3); }

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