Html Css Color HEX #AE3333 Medium Carmine

📋 copy color: '#AE3333'

red 174 ◦ green 51 ◦ blue 51

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

Shades of Medium Carmine #AE3333

Tints of Medium Carmine #AE3333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 63.04%
G = 18.48%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE3333 (or 0xAE3333) is known color: Medium Carmine. HEX triplet: AE, 33 and 33. RGB value is (174,51,51). Sum of RGB (Red+Green+Blue) = 174+51+51=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3333 is #51CCCC. Grayscale: #575757. Windows color (decimal): -5360845 or 3355566. OLE color: 3355566.

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

Color convert

RGB 174 51 51 -
CMYK 0 0.71 0.71 0.32
HSL 0.55% 0.44% -
HSV(B) 0.71% 0.68% -
XYZ 19.24 11.61 4.36 -
YUV 87.78 107.25 189.5 -
System Red Green Blue C M Y K H S L
Decimal 174 51 51 0 0.71 0.71 0.32 0 0.55 0.44
Hex AE 33 33 0 47 47 20 0 37 2C
Octal 256 63 63 0 107 107 40 0 67 54
Binary 10101110 110011 110011 0 1000111 1000111 100000 0 110111 101100

Color Harmonies of #AE3333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3333

Black with #AE3333

Text Example


Text Example

White with #AE3333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3333; }

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

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

background-color css

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

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

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

border-color css

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

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

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