Html Css Color HEX #AE303B Brick Red

📋 copy color: '#AE303B'

red 174 ◦ green 48 ◦ blue 59

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

Shades of Brick Red #AE303B

Tints of Brick Red #AE303B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

 BLUE value IS 59 (23.44% from 255) = 21%

R = 61.92%
G = 17.08%
B = 21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE303B (or 0xAE303B) is known color: Brick Red. HEX triplet: AE, 30 and 3B. RGB value is (174,48,59). Sum of RGB (Red+Green+Blue) = 174+48+59=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE303B is #51CFC4. Grayscale: #575757. Windows color (decimal): -5361605 or 3879086. OLE color: 3879086.

HSL color Cylindrical-coordinate representation of color #AE303B: hue angle of 354.76º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE303B is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 48 59 -
CMYK 0 0.72 0.66 0.32
HSL 354.76º 0.57% 0.44% -
HSV(B) 354.76º 0.72% 0.68% -
XYZ 19.3 11.43 5.33 -
YUV 86.93 112.24 190.11 -
System Red Green Blue C M Y K H S L
Decimal 174 48 59 0 0.72 0.66 0.32 354.76 0.57 0.44
Hex AE 30 3B 0 48 42 20 163 39 2C
Octal 256 60 73 0 110 102 40 543 71 54
Binary 10101110 110000 111011 0 1001000 1000010 100000 101100011 111001 101100

Color Harmonies of #AE303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE303B

Black with #AE303B

Text Example


Text Example

White with #AE303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE303B; }

 p { color: rgb(174,48,59); }

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

background-color css

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

 a { background-color: rgb(174,48,59); }

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

border-color css

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

 span { border-color: rgb(174,48,59); }

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