Html Css Color HEX #AE4130 Medium Carmine

📋 copy color: '#AE4130'

red 174 ◦ green 65 ◦ blue 48

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

Shades of Medium Carmine #AE4130

Tints of Medium Carmine #AE4130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.65%

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

R = 60.63%
G = 22.65%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE4130 (or 0xAE4130) is known color: Medium Carmine. HEX triplet: AE, 41 and 30. RGB value is (174,65,48). Sum of RGB (Red+Green+Blue) = 174+65+48=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4130 is #51BECF. Grayscale: #5F5F5F. Windows color (decimal): -5357264 or 3162542. OLE color: 3162542.

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

Color convert

RGB 174 65 48 -
CMYK 0 0.63 0.72 0.32
HSL 8.1º 0.57% 0.44% -
HSV(B) 8.1º 0.72% 0.68% -
XYZ 19.88 12.99 4.26 -
YUV 95.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 174 65 48 0 0.63 0.72 0.32 8.1 0.57 0.44
Hex AE 41 30 0 3F 48 20 8 39 2C
Octal 256 101 60 0 77 110 40 10 71 54
Binary 10101110 1000001 110000 0 111111 1001000 100000 1000 111001 101100

Color Harmonies of #AE4130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4130

Black with #AE4130

Text Example


Text Example

White with #AE4130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4130; }

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

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

background-color css

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

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

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

border-color css

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

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

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