Html Css Color HEX #AE3B2B Medium Carmine

📋 copy color: '#AE3B2B'

red 174 ◦ green 59 ◦ blue 43

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

Shades of Medium Carmine #AE3B2B

Tints of Medium Carmine #AE3B2B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.38%

 BLUE value IS 43 (17.19% from 255) = 15.58%

R = 63.04%
G = 21.38%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE3B2B (or 0xAE3B2B) is known color: Medium Carmine. HEX triplet: AE, 3B and 2B. RGB value is (174,59,43). Sum of RGB (Red+Green+Blue) = 174+59+43=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3B2B is #51C4D4. Grayscale: #5B5B5B. Windows color (decimal): -5358805 or 2833326. OLE color: 2833326.

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

Color convert

RGB 174 59 43 -
CMYK 0 0.66 0.75 0.32
HSL 7.33º 0.6% 0.43% -
HSV(B) 7.33º 0.75% 0.68% -
XYZ 19.46 12.3 3.63 -
YUV 91.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 174 59 43 0 0.66 0.75 0.32 7.33 0.6 0.43
Hex AE 3B 2B 0 42 4B 20 7 3C 2B
Octal 256 73 53 0 102 113 40 7 74 53
Binary 10101110 111011 101011 0 1000010 1001011 100000 111 111100 101011

Color Harmonies of #AE3B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3B2B

Black with #AE3B2B

Text Example


Text Example

White with #AE3B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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