Html Css Color HEX #AE333A Brick Red

📋 copy color: '#AE333A'

red 174 ◦ green 51 ◦ blue 58

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

Shades of Brick Red #AE333A

Tints of Brick Red #AE333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.02%

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 61.48%
G = 18.02%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE333A (or 0xAE333A) is known color: Brick Red. HEX triplet: AE, 33 and 3A. RGB value is (174,51,58). Sum of RGB (Red+Green+Blue) = 174+51+58=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE333A is #51CCC5. Grayscale: #585858. Windows color (decimal): -5360838 or 3814318. OLE color: 3814318.

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

Color convert

RGB 174 51 58 -
CMYK 0 0.71 0.67 0.32
HSL 356.59º 0.55% 0.44% -
HSV(B) 356.59º 0.71% 0.68% -
XYZ 19.4 11.67 5.23 -
YUV 88.58 110.75 188.93 -
System Red Green Blue C M Y K H S L
Decimal 174 51 58 0 0.71 0.67 0.32 356.59 0.55 0.44
Hex AE 33 3A 0 47 43 20 165 37 2C
Octal 256 63 72 0 107 103 40 545 67 54
Binary 10101110 110011 111010 0 1000111 1000011 100000 101100101 110111 101100

Color Harmonies of #AE333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE333A

Black with #AE333A

Text Example


Text Example

White with #AE333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE333A; }

 p { color: rgb(174,51,58); }

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

background-color css

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

 a { background-color: rgb(174,51,58); }

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

border-color css

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

 span { border-color: rgb(174,51,58); }

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