Html Css Color HEX #AE2103 Fire Brick

📋 copy color: '#AE2103'

red 174 ◦ green 33 ◦ blue 3

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

Shades of Fire Brick #AE2103

Tints of Fire Brick #AE2103

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.71%

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

R = 82.86%
G = 15.71%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE2103 (or 0xAE2103) is known color: Fire Brick. HEX triplet: AE, 21 and 03. RGB value is (174,33,3). Sum of RGB (Red+Green+Blue) = 174+33+3=210 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.86% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2103 is #51DEFC. Grayscale: #474747. Windows color (decimal): -5365501 or 205230. OLE color: 205230.

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

Color convert

RGB 174 33 3 -
CMYK 0 0.81 0.98 0.32
HSL 10.53º 0.97% 0.35% -
HSV(B) 10.53º 0.98% 0.68% -
XYZ 18.02 10.09 1.08 -
YUV 71.74 89.21 200.94 -
System Red Green Blue C M Y K H S L
Decimal 174 33 3 0 0.81 0.98 0.32 10.53 0.97 0.35
Hex AE 21 3 0 51 62 20 B 61 23
Octal 256 41 3 0 121 142 40 13 141 43
Binary 10101110 100001 11 0 1010001 1100010 100000 1011 1100001 100011

Color Harmonies of #AE2103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2103

Black with #AE2103

Text Example


Text Example

White with #AE2103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2103; }

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

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

background-color css

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

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

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

border-color css

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

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

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