Html Css Color HEX #AE3820 Medium Carmine

📋 copy color: '#AE3820'

red 174 ◦ green 56 ◦ blue 32

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

Shades of Medium Carmine #AE3820

Tints of Medium Carmine #AE3820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 66.41%
G = 21.37%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE3820 (or 0xAE3820) is known color: Medium Carmine. HEX triplet: AE, 38 and 20. RGB value is (174,56,32). Sum of RGB (Red+Green+Blue) = 174+56+32=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3820 is #51C7DF. Grayscale: #585858. Windows color (decimal): -5359584 or 2111662. OLE color: 2111662.

HSL color Cylindrical-coordinate representation of color #AE3820: hue angle of 10.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE3820 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 56 32 -
CMYK 0 0.68 0.82 0.32
HSL 10.14º 0.69% 0.4% -
HSV(B) 10.14º 0.82% 0.68% -
XYZ 19.13 11.93 2.66 -
YUV 88.55 96.09 188.95 -
System Red Green Blue C M Y K H S L
Decimal 174 56 32 0 0.68 0.82 0.32 10.14 0.69 0.4
Hex AE 38 20 0 44 52 20 A 45 28
Octal 256 70 40 0 104 122 40 12 105 50
Binary 10101110 111000 100000 0 1000100 1010010 100000 1010 1000101 101000

Color Harmonies of #AE3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3820

Black with #AE3820

Text Example


Text Example

White with #AE3820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3820; }

 p { color: rgb(174,56,32); }

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

background-color css

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

 a { background-color: rgb(174,56,32); }

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

border-color css

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

 span { border-color: rgb(174,56,32); }

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