Html Css Color HEX #AE333D Brick Red

📋 copy color: '#AE333D'

red 174 ◦ green 51 ◦ blue 61

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

Shades of Brick Red #AE333D

Tints of Brick Red #AE333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.33%

R = 60.84%
G = 17.83%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE333D (or 0xAE333D) is known color: Brick Red. HEX triplet: AE, 33 and 3D. RGB value is (174,51,61). Sum of RGB (Red+Green+Blue) = 174+51+61=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE333D is #51CCC2. Grayscale: #585858. Windows color (decimal): -5360835 or 4010926. OLE color: 4010926.

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

Color convert

RGB 174 51 61 -
CMYK 0 0.71 0.65 0.32
HSL 355.12º 0.55% 0.44% -
HSV(B) 355.12º 0.71% 0.68% -
XYZ 19.48 11.7 5.65 -
YUV 88.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 174 51 61 0 0.71 0.65 0.32 355.12 0.55 0.44
Hex AE 33 3D 0 47 41 20 163 37 2C
Octal 256 63 75 0 107 101 40 543 67 54
Binary 10101110 110011 111101 0 1000111 1000001 100000 101100011 110111 101100

Color Harmonies of #AE333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE333D

Black with #AE333D

Text Example


Text Example

White with #AE333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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