Html Css Color HEX #AE422E Medium Carmine

📋 copy color: '#AE422E'

red 174 ◦ green 66 ◦ blue 46

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

Shades of Medium Carmine #AE422E

Tints of Medium Carmine #AE422E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.08%

 BLUE value IS 46 (18.36% from 255) = 16.08%

R = 60.84%
G = 23.08%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE422E (or 0xAE422E) is known color: Medium Carmine. HEX triplet: AE, 42 and 2E. RGB value is (174,66,46). Sum of RGB (Red+Green+Blue) = 174+66+46=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE422E is #51BDD1. Grayscale: #606060. Windows color (decimal): -5357010 or 3031726. OLE color: 3031726.

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

Color convert

RGB 174 66 46 -
CMYK 0 0.62 0.74 0.32
HSL 9.38º 0.58% 0.43% -
HSV(B) 9.38º 0.74% 0.68% -
XYZ 19.9 13.09 4.06 -
YUV 96.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 174 66 46 0 0.62 0.74 0.32 9.38 0.58 0.43
Hex AE 42 2E 0 3E 4A 20 9 3A 2B
Octal 256 102 56 0 76 112 40 11 72 53
Binary 10101110 1000010 101110 0 111110 1001010 100000 1001 111010 101011

Color Harmonies of #AE422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE422E

Black with #AE422E

Text Example


Text Example

White with #AE422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE422E; }

 p { color: rgb(174,66,46); }

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

background-color css

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

 a { background-color: rgb(174,66,46); }

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

border-color css

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

 span { border-color: rgb(174,66,46); }

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