Html Css Color HEX #AE333C Brick Red

📋 copy color: '#AE333C'

red 174 ◦ green 51 ◦ blue 60

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

Shades of Brick Red #AE333C

Tints of Brick Red #AE333C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 61.05%
G = 17.89%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE333C (or 0xAE333C) is known color: Brick Red. HEX triplet: AE, 33 and 3C. RGB value is (174,51,60). Sum of RGB (Red+Green+Blue) = 174+51+60=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE333C is #51CCC3. Grayscale: #585858. Windows color (decimal): -5360836 or 3945390. OLE color: 3945390.

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

Color convert

RGB 174 51 60 -
CMYK 0 0.71 0.66 0.32
HSL 355.61º 0.55% 0.44% -
HSV(B) 355.61º 0.71% 0.68% -
XYZ 19.46 11.69 5.51 -
YUV 88.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 174 51 60 0 0.71 0.66 0.32 355.61 0.55 0.44
Hex AE 33 3C 0 47 42 20 164 37 2C
Octal 256 63 74 0 107 102 40 544 67 54
Binary 10101110 110011 111100 0 1000111 1000010 100000 101100100 110111 101100

Color Harmonies of #AE333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE333C

Black with #AE333C

Text Example


Text Example

White with #AE333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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