Html Css Color HEX #AE3430 Medium Carmine

📋 copy color: '#AE3430'

red 174 ◦ green 52 ◦ blue 48

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

Shades of Medium Carmine #AE3430

Tints of Medium Carmine #AE3430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 63.5%
G = 18.98%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE3430 (or 0xAE3430) is known color: Medium Carmine. HEX triplet: AE, 34 and 30. RGB value is (174,52,48). Sum of RGB (Red+Green+Blue) = 174+52+48=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3430 is #51CBCF. Grayscale: #585858. Windows color (decimal): -5360592 or 3159214. OLE color: 3159214.

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

Color convert

RGB 174 52 48 -
CMYK 0 0.70 0.72 0.32
HSL 1.9º 0.57% 0.44% -
HSV(B) 1.9º 0.72% 0.68% -
XYZ 19.22 11.67 4.04 -
YUV 88.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 174 52 48 0 0.70 0.72 0.32 1.9 0.57 0.44
Hex AE 34 30 0 46 48 20 2 39 2C
Octal 256 64 60 0 106 110 40 2 71 54
Binary 10101110 110100 110000 0 1000110 1001000 100000 10 111001 101100

Color Harmonies of #AE3430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3430

Black with #AE3430

Text Example


Text Example

White with #AE3430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3430; }

 p { color: rgb(174,52,48); }

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

background-color css

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

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

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

border-color css

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

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

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