Html Css Color HEX #AE432C Medium Carmine

📋 copy color: '#AE432C'

red 174 ◦ green 67 ◦ blue 44

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

Shades of Medium Carmine #AE432C

Tints of Medium Carmine #AE432C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 61.05%
G = 23.51%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE432C (or 0xAE432C) is known color: Medium Carmine. HEX triplet: AE, 43 and 2C. RGB value is (174,67,44). Sum of RGB (Red+Green+Blue) = 174+67+44=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE432C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE432C is #51BCD3. Grayscale: #606060. Windows color (decimal): -5356756 or 2900910. OLE color: 2900910.

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

Color convert

RGB 174 67 44 -
CMYK 0 0.61 0.75 0.32
HSL 10.62º 0.6% 0.43% -
HSV(B) 10.62º 0.75% 0.68% -
XYZ 19.92 13.19 3.88 -
YUV 96.37 98.45 183.37 -
System Red Green Blue C M Y K H S L
Decimal 174 67 44 0 0.61 0.75 0.32 10.62 0.6 0.43
Hex AE 43 2C 0 3D 4B 20 B 3C 2B
Octal 256 103 54 0 75 113 40 13 74 53
Binary 10101110 1000011 101100 0 111101 1001011 100000 1011 111100 101011

Color Harmonies of #AE432C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE432C

Black with #AE432C

Text Example


Text Example

White with #AE432C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE432C; }

 p { color: rgb(174,67,44); }

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

background-color css

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

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

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

border-color css

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

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

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