Html Css Color HEX #AE4328 Medium Carmine

📋 copy color: '#AE4328'

red 174 ◦ green 67 ◦ blue 40

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

Shades of Medium Carmine #AE4328

Tints of Medium Carmine #AE4328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 61.92%
G = 23.84%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE4328 (or 0xAE4328) is known color: Medium Carmine. HEX triplet: AE, 43 and 28. RGB value is (174,67,40). Sum of RGB (Red+Green+Blue) = 174+67+40=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4328 is #51BCD7. Grayscale: #606060. Windows color (decimal): -5356760 or 2638766. OLE color: 2638766.

HSL color Cylindrical-coordinate representation of color #AE4328: hue angle of 12.09º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE4328 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 67 40 -
CMYK 0 0.61 0.77 0.32
HSL 12.09º 0.63% 0.42% -
HSV(B) 12.09º 0.77% 0.68% -
XYZ 19.85 13.17 3.5 -
YUV 95.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 174 67 40 0 0.61 0.77 0.32 12.09 0.63 0.42
Hex AE 43 28 0 3D 4D 20 C 3F 2A
Octal 256 103 50 0 75 115 40 14 77 52
Binary 10101110 1000011 101000 0 111101 1001101 100000 1100 111111 101010

Color Harmonies of #AE4328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4328

Black with #AE4328

Text Example


Text Example

White with #AE4328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4328; }

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

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

background-color css

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

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

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

border-color css

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

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

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